Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/lua_api/
H A DTestLuaAPI.py49 def __init__(self, msg, out, err, exitCode): argument
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddotest.py703 def exitTestSuite(exitCode=None): argument
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dutil.py301 def __init__(self, msg, out, err, exitCode): argument
H A DTestRunner.py154 def __init__(self, command, stdout, stderr, exitCode, timeoutReached, argument
/llvm-project-15.0.7/libcxx/utils/libcxx/
H A Dutil.py165 def __init__(self, msg, out, err, exitCode): argument
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp387 int exitCode = EXIT_SUCCESS; in JitRunnerMain() local
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py242 def continue_to_exit(self, exitCode=0): argument