Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Support/
DCrashRecoveryContext.cpp210 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter() local
290 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler() local
381 int RetCode = 128 + Signal; in CrashRecoverySignalHandler() local
431 void CrashRecoveryContext::HandleExit(int RetCode) { in HandleExit()
445 bool CrashRecoveryContext::throwIfCrash(int RetCode) { in throwIfCrash()
DProcess.cpp96 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-project/llvm/unittests/Support/
DProgramTest.cpp266 int RetCode = in TEST_F() local
279 int RetCode = ExecuteAndWait(Executable, argv, llvm::None, {}, 0, 0, &Error, in TEST() local
357 int RetCode = ExecuteAndWait(Executable, argv, getEnviron(), {}, 0, 0, &Error, in TEST_F() local
DCrashRecoveryTest.cpp178 int RetCode = ExecuteAndWait(Executable, argv, {}, {}, 0, 0, &Error, in TEST() local
DHost.cpp303 int RetCode = ExecuteAndWait(ExePath, argv, /*env=*/llvm::None, Redirects); in runAndGetCommandOutput() local
/external/llvm-project/clang/lib/Basic/
DFileSystemStatCache.cpp39 std::error_code RetCode; in get() local
/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/llvm-project/llvm/include/llvm/Support/
DCrashRecoveryContext.h110 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.cc184 kern_return_t RetCode; in breakpad_exc_server() member
/external/llvm/lib/IR/
DAutoUpgrade.cpp1445 bool RetCode = StripDebugInfo(M); in UpgradeDebugInfo() local
/external/llvm-project/clang/lib/Driver/
DDriver.cpp3208 auto RetCode = in addDeviceDependencesToHostAction() local
3273 auto RetCode = SB->addDeviceDepences(HostAction); in addHostDependenceToDeviceActions() local