Searched defs:RetCode (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 211 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 431 [[noreturn]] void CrashRecoveryContext::HandleExit(int RetCode) { in HandleExit() 445 bool CrashRecoveryContext::isCrash(int RetCode) { in isCrash() 463 bool CrashRecoveryContext::throwIfCrash(int RetCode) { in throwIfCrash()
|
| H A D | Process.cpp | 95 [[noreturn]] void Process::Exit(int RetCode, bool NoCleanup) { in Exit()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ProgramTest.cpp | 278 int RetCode = in TEST_F() local 291 int RetCode = ExecuteAndWait(Executable, argv, llvm::None, {}, 0, 0, &Error, in TEST() local 371 int RetCode = ExecuteAndWait(Executable, argv, getEnviron(), {}, 0, 0, &Error, in TEST_F() local 450 int RetCode = ExecuteAndWait(Executable, argv, getEnviron(), {}, 0, 0, &Error, in TEST_F() local
|
| H A D | CrashRecoveryTest.cpp | 188 int RetCode = ExecuteAndWait(Executable, argv, {}, {}, 0, 0, &Error, in TEST() local
|
| H A D | Host.cpp | 411 int RetCode = ExecuteAndWait(ExePath, argv, /*env=*/llvm::None, Redirects); in runAndGetCommandOutput() local
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | FileSystemStatCache.cpp | 39 std::error_code RetCode; in get() local
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | CrashRecoveryContext.h | 112 int RetCode = 0; variable
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Driver.cpp | 3670 auto RetCode = in addDeviceDependencesToHostAction() local 3739 auto RetCode = SB->addDeviceDepences(HostAction); in addHostDependenceToDeviceActions() local
|