/external/llvm-project/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 210 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()
|
D | Process.cpp | 96 void Process::Exit(int RetCode, bool NoCleanup) { in Exit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 205 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()
|
D | Process.cpp | 93 void Process::Exit(int RetCode) { in Exit()
|
/external/llvm-project/llvm/unittests/Support/ |
D | ProgramTest.cpp | 266 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
|
D | CrashRecoveryTest.cpp | 178 int RetCode = ExecuteAndWait(Executable, argv, {}, {}, 0, 0, &Error, in TEST() local
|
D | Host.cpp | 303 int RetCode = ExecuteAndWait(ExePath, argv, /*env=*/llvm::None, Redirects); in runAndGetCommandOutput() local
|
/external/llvm-project/clang/lib/Basic/ |
D | FileSystemStatCache.cpp | 39 std::error_code RetCode; in get() local
|
/external/llvm/unittests/Support/ |
D | ProgramTest.cpp | 281 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/ |
D | CrashRecoveryContext.h | 110 int RetCode = 0; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CrashRecoveryContext.h | 106 int RetCode = 0; variable
|
/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 184 kern_return_t RetCode; in breakpad_exc_server() member
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 1445 bool RetCode = StripDebugInfo(M); in UpgradeDebugInfo() local
|
/external/llvm-project/clang/lib/Driver/ |
D | Driver.cpp | 3208 auto RetCode = in addDeviceDependencesToHostAction() local 3273 auto RetCode = SB->addDeviceDepences(HostAction); in addHostDependenceToDeviceActions() local
|