Home
last modified time | relevance | path

Searched refs:GetExitCode (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
DError.h903 GetExitCode([=](const Error &) { return DefaultErrorExitCode; }) {} in Banner()
909 void setExitCodeMapper(std::function<int(const Error &)> GetExitCode) { in setExitCodeMapper() argument
910 this->GetExitCode = std::move(GetExitCode); in setExitCodeMapper()
933 int ExitCode = GetExitCode(Err); in checkError()
940 std::function<int(const Error &)> GetExitCode; variable