Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DError.h1311 GetExitCode([=](const Error &) { return DefaultErrorExitCode; }) {} in Banner()
1317 void setExitCodeMapper(std::function<int(const Error &)> GetExitCode) { in setExitCodeMapper() argument
1318 this->GetExitCode = std::move(GetExitCode); in setExitCodeMapper()
1341 int ExitCode = GetExitCode(Err); in checkError()
1348 std::function<int(const Error &)> GetExitCode; variable