Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
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 DProcess.cpp95 [[noreturn]] void Process::Exit(int RetCode, bool NoCleanup) { in Exit()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DProgramTest.cpp278 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 DCrashRecoveryTest.cpp188 int RetCode = ExecuteAndWait(Executable, argv, {}, {}, 0, 0, &Error, in TEST() local
H A DHost.cpp411 int RetCode = ExecuteAndWait(ExePath, argv, /*env=*/llvm::None, Redirects); in runAndGetCommandOutput() local
/llvm-project-15.0.7/clang/lib/Basic/
H A DFileSystemStatCache.cpp39 std::error_code RetCode; in get() local
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h112 int RetCode = 0; variable
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp3670 auto RetCode = in addDeviceDependencesToHostAction() local
3739 auto RetCode = SB->addDeviceDepences(HostAction); in addHostDependenceToDeviceActions() local