Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp210 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter() local
290 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler() local
381 int RetCode = 128 + Signal; in CrashRecoverySignalHandler() local
431 void CrashRecoveryContext::HandleExit(int RetCode) { in HandleExit()
445 bool CrashRecoveryContext::throwIfCrash(int RetCode) { in throwIfCrash()
H A DProcess.cpp96 void Process::Exit(int RetCode, bool NoCleanup) { in Exit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileSystemStatCache.cpp39 std::error_code RetCode; in get() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h110 int RetCode = 0; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp3341 auto RetCode = in addDeviceDependencesToHostAction() local
3407 auto RetCode = SB->addDeviceDepences(HostAction); in addHostDependenceToDeviceActions() local