Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
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()
446 bool CrashRecoveryContext::isCrash(int RetCode) { in isCrash()
464 bool CrashRecoveryContext::throwIfCrash(int RetCode) { in throwIfCrash()
DProcess.cpp95 [[noreturn]] void Process::Exit(int RetCode, bool NoCleanup) { in Exit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCrashRecoveryContext.cpp205 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter() local
285 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler() local
375 int RetCode = -2; in CrashRecoverySignalHandler() local
425 void CrashRecoveryContext::HandleExit(int RetCode) { in HandleExit()
DProcess.cpp93 void Process::Exit(int RetCode) { in Exit()
/external/llvm/unittests/Support/
DProgramTest.cpp281 int RetCode = in TEST_F() local
294 int RetCode = ExecuteAndWait(Executable, argv, nullptr, nullptr, 0, 0, in TEST() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DCrashRecoveryContext.h112 int RetCode = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCrashRecoveryContext.h106 int RetCode = 0; variable
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc187 kern_return_t RetCode; in breakpad_exc_server() member
/external/llvm/lib/IR/
DAutoUpgrade.cpp1445 bool RetCode = StripDebugInfo(M); in UpgradeDebugInfo() local