Home
last modified time | relevance | path

Searched defs:exitCode (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/test/API/lua_api/
H A DTestLuaAPI.py51 def __init__(self, msg, out, err, exitCode): argument
[all...]
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Ddotest.py731 exitTestSuite(exitCode=None) global() argument
/llvm-project/llvm/utils/lit/lit/
H A Dutil.py340 def __init__(self, msg, out, err, exitCode): argument
[all...]
H A DTestRunner.py184 self, command, stdout, stderr, exitCode, timeoutReached, outputFiles=[] argument
[all...]
/llvm-project/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp396 int exitCode = EXIT_SUCCESS; in JitRunnerMain() local
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/
H A Dlldbdap_testcase.py258 continue_to_exit(self, exitCode=0) global() argument