Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DError.h1317 void setExitCodeMapper(std::function<int(const Error &)> GetExitCode) { in setExitCodeMapper()
1348 std::function<int(const Error &)> GetExitCode; variable