| /llvm-project/libc/test/UnitTest/ |
| H A D | LibcDeathTestExecutors.cpp | 68 bool Test::testProcessExits(testutils::FunctionCaller *Func, int ExitCode, in testProcessExits() 92 << "to exit with exit code " << ExitCode << '\n' in testProcessExits() 98 if (ActualExit == ExitCode) in testProcessExits() 106 << " Which is: " << ExitCode << '\n'; 62 testProcessExits(testutils::FunctionCaller * Func,int ExitCode,const char * LHSStr,const char * RHSStr,internal::Location Loc) testProcessExits() argument
|
| H A D | LibcTest.h | 206 bool testProcessExits(testutils::FunctionCaller *Func, int ExitCode, in createCallable()
|
| /llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFork.cpp | 77 int ExitCode; member 222 // if (!FilesToAdd.empty() || Job->ExitCode != 0) in RunOneMergeJob() 306 Job->ExitCode = ExecuteCommand(Job->Cmd); in WorkerThread() 364 int ExitCode = 0; in FuzzWithFork() local 388 ExitCode = Job->ExitCode; in FuzzWithFork() 389 if (ExitCode == Options.InterruptExitCode) { in FuzzWithFork() 438 if (Options.IgnoreTimeouts && ExitCode == Options.TimeoutExitCode) in FuzzWithFork() 440 else if (Options.IgnoreOOMs && ExitCode == Options.OOMExitCode) in FuzzWithFork() 442 else if (ExitCode ! in FuzzWithFork() [all...] |
| H A D | FuzzerDriver.cpp | 244 int ExitCode = ExecuteCommand(Cmd); in WorkerThread() local 245 if (ExitCode != 0) in WorkerThread() 249 C, ExitCode); in WorkerThread() 394 auto ExitCode = ExecuteCommand(Cmd); in CleanseCrashInput() local 396 if (!ExitCode) { in CleanseCrashInput()
|
| H A D | FuzzerMerge.cpp | 510 auto ExitCode = ExecuteCommand(Cmd); in CrashResistantMerge() local 511 if (!ExitCode) { in CrashResistantMerge()
|
| /llvm-project/llvm/tools/llvm-mt/ |
| H A D | llvm-mt.cpp | 142 int ExitCode = 0; in llvm_mt_main() 157 ExitCode = 0xbb; in llvm_mt_main() 159 ExitCode = 0x41020001; in llvm_mt_main() 172 return ExitCode; 138 int ExitCode = 0; llvm_mt_main() local
|
| /llvm-project/clang/tools/clang-rename/ |
| H A D | ClangRename.cpp | |
| /llvm-project/clang-tools-extra/clang-reorder-fields/tool/ |
| H A D | ClangReorderFields.cpp | 73 int ExitCode = Tool.run(Factory.get()); in main() local 92 return ExitCode; in main()
|
| /llvm-project/llvm/utils/FileCheck/ |
| H A D | FileCheck.cpp | 858 int ExitCode = FC.checkInput(SM, InputFileText, in main() local 863 (ExitCode == 1 && DumpInput == DumpInputFail)) { in main() 878 return ExitCode; in main()
|
| /llvm-project/clang-tools-extra/clangd/tool/ |
| H A D | ClangdMain.cpp | 1049 int ExitCode = LSPServer.run() 1052 log("LSP finished, exiting with status {0}", ExitCode); 1063 return ExitCode; 1009 int ExitCode = LSPServer.run() clangdMain() local
|
| /llvm-project/llvm/tools/llvm-exegesis/lib/ |
| H A D | Target.h | 114 virtual std::vector<MCInst> generateExitSyscall(unsigned ExitCode) const { in generateExitSyscall() 113 generateExitSyscall(unsigned ExitCode) generateExitSyscall() argument
|
| H A D | BenchmarkRunner.cpp | 221 StringRef childProcessExitCodeToString(int ExitCode) const { in childProcessExitCodeToString() 222 switch (ExitCode) { in childProcessExitCodeToString()
|
| /llvm-project/llvm/tools/bugpoint/ |
| H A D | ToolRunner.cpp | 745 int ExitCode = RunProgramWithTimeout(OutputBinary.str(), ProgramArgs, in ExecuteProgram() local 750 if (ExitCode < -1) { in ExecuteProgram() 755 return ExitCode; in ExecuteProgram()
|
| /llvm-project/llvm/tools/llvm-readtapi/ |
| H A D | llvm-readtapi.cpp | 99 static void reportError(Twine Message, int ExitCode = EXIT_FAILURE) { in reportWarning() 102 exit(ExitCode); 162 /*ExitCode=*/NON_TAPI_EXIT_CODE); in handleCompareAction() 92 reportError(Twine Message,int ExitCode=EXIT_FAILURE) reportError() argument
|
| /llvm-project/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | ClangFormatPackage.cs | |
| /llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
| H A D | Target.cpp | 758 std::vector<MCInst> generateExitSyscall(unsigned ExitCode) const override; 1192 ExegesisX86Target::generateExitSyscall(unsigned ExitCode) const { in generateMmap() 1194 ExitCallCode.push_back(loadImmediate(X86::RDI, 64, APInt(64, ExitCode))); in generateMmap()
|
| /llvm-project/llvm/include/llvm/Support/ |
| H A D | Error.h | 1448 int ExitCode = GetExitCode(Err); 1450 exit(ExitCode); 1443 int ExitCode = GetExitCode(Err); checkError() local
|