Searched defs:RetCode (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/lib/Support/ |
H A D | CrashRecoveryContext.cpp | 212 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter() local 292 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler() local 383 int RetCode = 128 + Signal; in CrashRecoverySignalHandler() local 432 [[noreturn]] void CrashRecoveryContext::HandleExit(int RetCode) { in HandleExit() 449 bool CrashRecoveryContext::isCrash(int RetCode) { in isCrash() 467 bool CrashRecoveryContext::throwIfCrash(int RetCode) { in throwIfCrash()
|
H A D | Process.cpp | 111 Exit(int RetCode,bool NoCleanup) Exit() argument
|
/llvm-project/clang/lib/Basic/ |
H A D | FileSystemStatCache.cpp | 39 std::error_code RetCode; get() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | ProgramTest.cpp | 371 int RetCode = in TEST_F() local 423 int RetCode = ExecuteAndWait(Executable, argv, std::nullopt, {}, 0, 0, in TEST() local 503 int RetCode = ExecuteAndWait(Executable, argv, getEnviron(), {}, 0, 0, &Error, in TEST_F() local 582 int RetCode = ExecuteAndWait(Executable, argv, getEnviron(), {}, 0, 0, &Error, in TEST_F() local
|
H A D | CrashRecoveryTest.cpp | 188 ASSERT_EQ(-2, RetCode); in TEST() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CrashRecoveryContext.h | 112 int RetCode = 0; variable
|
/llvm-project/llvm/unittests/TargetParser/ |
H A D | Host.cpp | 403 int RetCode = runAndGetCommandOutput() local
|
/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 3750 auto RetCode = addDeviceDependencesToHostAction() local 3819 auto RetCode = SB->addDeviceDependences(HostAction); addHostDependenceToDeviceActions() local
|