Searched defs:returncode (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/test/API/driver/job_control/ |
H A D | shell.py | 33 returncode = child.wait() variable
|
/llvm-project/lldb/packages/Python/lldbsuite/test/test_runner/ |
H A D | process_control.py | 201 def was_soft_terminate(self, returncode, with_core): argument 225 def was_hard_terminate(self, returncode): argument 405 def was_soft_terminate(self, returncode, with_core): argument 411 def was_hard_terminate(self, returncode): argument 457 def was_hard_terminate(self, returncode): argument
|
/llvm-project/openmp/runtime/tools/ |
H A D | libomputils.py | 45 def __init__(self, args, stdout, stderr, returncode): argument
|
/llvm-project/clang/tools/scan-view/share/ |
H A D | startfile.py | 151 def fixreturncode(self, returncode): argument
|