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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1306 GetExitCode([=](const Error &) { return DefaultErrorExitCode; }) {}
1312 void setExitCodeMapper(std::function<int(const Error &)> GetExitCode) { argument
1313 this->GetExitCode = std::move(GetExitCode);
1336 int ExitCode = GetExitCode(Err);
1343 std::function<int(const Error &)> GetExitCode; member in class:llvm::ExitOnError

Completed in 56 milliseconds