Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp211 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter() local
291 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler() local
382 int RetCode = 128 + Signal; in CrashRecoverySignalHandler() local
432 void CrashRecoveryContext::HandleExit(int RetCode) { in HandleExit()
446 bool CrashRecoveryContext::throwIfCrash(int RetCode) { in throwIfCrash()
H A DProcess.cpp96 void Process::Exit(int RetCode, bool NoCleanup) { in Exit()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp39 std::error_code RetCode; in get() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h110 int RetCode = 0; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3357 auto RetCode = in addDeviceDependencesToHostAction() local
3423 auto RetCode = SB->addDeviceDepences(HostAction); in addHostDependenceToDeviceActions() local