Home
last modified time | relevance | path

Searched refs:GetExitCode (Results 1 – 2 of 2) 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
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h943 GetExitCode([=](const Error &) { return DefaultErrorExitCode; }) {} in Banner()
949 void setExitCodeMapper(std::function<int(const Error &)> GetExitCode) { in setExitCodeMapper() argument
950 this->GetExitCode = std::move(GetExitCode); in setExitCodeMapper()
973 int ExitCode = GetExitCode(Err); in checkError()
980 std::function<int(const Error &)> GetExitCode; variable