Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DError.h1360 GetExitCode([=](const Error &) { return DefaultErrorExitCode; }) {} in Banner()
1366 void setExitCodeMapper(std::function<int(const Error &)> GetExitCode) { in setExitCodeMapper() argument
1367 this->GetExitCode = std::move(GetExitCode); in setExitCodeMapper()
1390 int ExitCode = GetExitCode(Err); in checkError()
1397 std::function<int(const Error &)> GetExitCode; variable