Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp212 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 DProcess.cpp111 Exit(int RetCode,bool NoCleanup) Exit() argument
/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp39 std::error_code RetCode; get() local
/llvm-project/llvm/unittests/Support/
H A DProgramTest.cpp371 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 DCrashRecoveryTest.cpp188 ASSERT_EQ(-2, RetCode); in TEST() local
/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h112 int RetCode = 0; variable
/llvm-project/llvm/unittests/TargetParser/
H A DHost.cpp403 int RetCode = runAndGetCommandOutput() local
/llvm-project/clang/lib/Driver/
H A DDriver.cpp3750 auto RetCode = addDeviceDependencesToHostAction() local
3819 auto RetCode = SB->addDeviceDependences(HostAction); addHostDependenceToDeviceActions() local