Home
last modified time | relevance | path

Searched defs:exit_code (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/googletest-crash/DummySubDir/
H A DOneTest.py44 exit_code = 1 variable
49 exit_code = 0 variable
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/
H A DOneTest.py103 exit_code = 1 variable
106 exit_code = 0 variable
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/googletest-sanitizer-error/DummySubDir/
H A DOneTest.py54 exit_code = 1 variable
57 exit_code = 0 variable
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/
H A DOneTest.py55 exit_code = 0 variable
66 exit_code = 0 variable
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dexitcode.cpp47 DWORD exit_code; in spawn_child() local
123 int exit_code = spawn_child(argv); in main() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h145 void OnExitProcess(uint32_t exit_code) override { in OnExitProcess()
162 void OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) override { in OnExitThread()
H A DLocalDebugDelegate.cpp18 void LocalDebugDelegate::OnExitProcess(uint32_t exit_code) { in OnExitProcess()
43 uint32_t exit_code) { in OnExitThread()
H A DProcessDebugger.cpp468 void ProcessDebugger::OnExitProcess(uint32_t exit_code) { in OnExitProcess()
520 void ProcessDebugger::OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) { in OnExitThread()
H A DNativeProcessWindows.cpp404 void NativeProcessWindows::OnExitProcess(uint32_t exit_code) { in OnExitProcess()
578 uint32_t exit_code) { in OnExitThread()
H A DProcessWindows.cpp631 void ProcessWindows::OnExitProcess(uint32_t exit_code) { in OnExitProcess()
784 void ProcessWindows::OnExitThread(lldb::tid_t thread_id, uint32_t exit_code) { in OnExitThread()
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerUtilLinux.cpp25 int exit_code = system(CmdLine.c_str()); in ExecuteCommand() local
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_run.py31 exit_code = None variable
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/signal-filtering/
H A DTestGdbRemote_QPassSignals.py26 def expect_exit_code(self, exit_code): argument
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHostThreadWindows.cpp38 DWORD exit_code = 0; in Join() local
H A DHostProcessWindows.cpp69 DWORD exit_code; in MonitorThread() local
/llvm-project-15.0.7/compiler-rt/test/profile/Windows/Inputs/
H A Dinstrprof-multiprocess.c43 DWORD exit_code; in wait_child() local
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectQuit.cpp87 int exit_code; in DoExecute() local
/llvm-project-15.0.7/compiler-rt/test/
H A Dlit.common.cfg.py668 exit_code = -1 variable
671exit_code = subprocess.call(['log', 'show', '--last', '1m', '--predicate', '1 == 0'], stdout=f, st… variable
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp819 if (auto exit_code = InitializeReproducer(argv[0], input_args)) { in main() local
838 int exit_code = 0; in main() local
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A Ddebugserver.cpp803 void show_version_and_exit(int exit_code) { in show_version_and_exit()
812 void show_usage_and_exit(int exit_code) { in show_usage_and_exit()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp216 int exit_code = 0; in TracerThread() local
H A Dsanitizer_stoptheworld_linux_libcdep.cpp315 int exit_code = 0; in TracerThread() local
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc164 ExitedWithCode::ExitedWithCode(int exit_code) : exit_code_(exit_code) { in ExitedWithCode()
205 static std::string ExitSummary(int exit_code) { in ExitSummary()
/llvm-project-15.0.7/libcxx/test/support/
H A Drapid-cxx-test.h828 auto exit_code = get_reporter().failure_count() ? EXIT_FAILURE : EXIT_SUCCESS; in run() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp1064 const uint32_t exit_code = packet.GetU32(&offset); in DumpPacket() local

12