Searched refs:RetCode (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp61 // 'RetCode' represents the returned error code, as if it was returned by a
64 void HandleCrash(int RetCode, uintptr_t Context) { argument
75 CRC->RetCode = RetCode;
210 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; local
211 if ((RetCode & 0xF0000000) == 0xE0000000)
212 RetCode &= ~0xF0000000; // this crash was generated by sys::Process::Exit
216 RetCode, reinterpret_cast<uintptr_t>(Except));
290 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; local
291 if ((RetCode
381 int RetCode = 128 + Signal; local
431 HandleExit(int RetCode) argument
445 throwIfCrash(int RetCode) argument
[all...]
H A DProcess.cpp96 void Process::Exit(int RetCode, bool NoCleanup) { argument
98 CRC->HandleExit(RetCode);
101 ExitNoCleanup(RetCode);
103 ::exit(RetCode);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileSystemStatCache.cpp39 std::error_code RetCode; local
43 RetCode = Cache->getStat(Path, Status, isFile, F, FS);
49 RetCode = StatusOrErr.getError();
65 RetCode = OwnedFile.getError();
78 RetCode = StatusOrErr.getError();
84 if (RetCode)
85 return RetCode;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DProcess.h218 static void Exit(int RetCode, bool NoCleanup = false);
222 static void ExitNoCleanup(int RetCode);
H A DCrashRecoveryContext.h103 void HandleExit(int RetCode);
107 static bool throwIfCrash(int RetCode);
110 int RetCode = 0; variable
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProcess.inc508 void Process::ExitNoCleanup(int RetCode) {
509 TerminateProcess(GetCurrentProcess(), RetCode);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp112 if (const char *const SigName = strsignal(CRC.RetCode - kSigOffset)) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DJob.cpp406 return CRC.RetCode;
H A DDriver.cpp3341 auto RetCode = local
3347 if (RetCode == DeviceActionBuilder::ABRT_Ignore_Host)
3352 if (RetCode != DeviceActionBuilder::ABRT_Inactive)
3407 auto RetCode = SB->addDeviceDepences(HostAction); local
3411 assert(RetCode != DeviceActionBuilder::ABRT_Ignore_Host &&
3416 if (RetCode != DeviceActionBuilder::ABRT_Inactive)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddarwin-nat.c779 reply->RetCode = code;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddarwin-nat.c790 reply->RetCode = code;

Completed in 284 milliseconds