Searched defs:exitCode (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/test/API/lua_api/ |
H A D | TestLuaAPI.py | 51 def __init__(self, msg, out, err, exitCode): argument [all...] |
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | dotest.py | 731 exitTestSuite(exitCode=None) global() argument
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | util.py | 340 def __init__(self, msg, out, err, exitCode): argument [all...] |
H A D | TestRunner.py | 184 self, command, stdout, stderr, exitCode, timeoutReached, outputFiles=[] argument [all...] |
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | JitRunner.cpp | 396 int exitCode = EXIT_SUCCESS; in JitRunnerMain() local
|
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/ |
H A D | lldbdap_testcase.py | 258 continue_to_exit(self, exitCode=0) global() argument
|