| /llvm-project-15.0.7/libcxx/utils/ |
| H A D | generate_header_inclusion_tests.py | 8 script_name = os.path.basename(__file__) 14 return script_name, src_root, test_path 17 script_name, source_root, test_path = get_libcxx_paths() variable 194 script_name=script_name,
|
| H A D | generate_feature_test_macro_components.py | 9 script_name = os.path.basename(__file__) 20 return script_name, src_root, include_path, docs_path, macro_test_path 22 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable 1111 """.format(script_name=script_name,
|
| /llvm-project-15.0.7/lldb/test/API/test_runner/test/ |
| H A D | test_process_control.py | 79 script_name = "{}/inferior.py".format(os.path.dirname(__file__)) 80 if not os.path.exists(script_name): 82 "test inferior python script not found: {}".format(script_name)) 83 command = ([sys.executable, script_name])
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | update_analyze_test_checks.py | 51 script_name = os.path.basename(__file__) 59 script_name='utils/' + script_name):
|
| H A D | update_llc_test_checks.py | 46 script_name = os.path.basename(__file__) 49 script_name='utils/' + script_name):
|
| H A D | update_test_checks.py | 57 script_name = os.path.basename(__file__) 65 script_name='utils/' + script_name):
|
| H A D | update_mir_test_checks.py | 302 script_name = os.path.basename(__file__) 304 if 'autogenerated' in first_line and script_name not in first_line: 306 script_name + ": " + test) 344 'utils/{}'.format(comment_char, script_name))
|
| H A D | update_cc_test_checks.py | 234 script_name = os.path.basename(__file__) 236 for ti in common.itertests(initial_args.tests, parser, 'utils/' + script_name,
|
| /llvm-project-15.0.7/lldb/test/API/commands/target/stop-hooks/ |
| H A D | TestStopHookScripted.py | 112 script_name = os.path.join(self.getSourceDir(), "stop_hook.py") 113 command = "command script import " + script_name
|
| /llvm-project-15.0.7/compiler-rt/utils/ |
| H A D | generate_netbsd_ioctls.awk | 26 script_name = "generate_netbsd_ioctls.awk" 30 in_utils = system("test -f " script_name " && exit 1 || exit 0") 468 print "Usage: " script_name
|
| H A D | generate_netbsd_syscalls.awk | 28 script_name = "generate_netbsd_syscalls.awk" 33 in_utils = system("test -f " script_name " && exit 1 || exit 0") 251 pcmd("// Generated with: " script_name) 421 pcmd("// Generated with: " script_name) 533 print "Usage: " script_name " syscalls.master"
|
| /llvm-project-15.0.7/mlir/utils/ |
| H A D | generate-test-checks.py | 181 script_name = os.path.basename(__file__) 182 autogenerated_note = (ADVERT_BEGIN + 'utils/' + script_name + "\n" + ADVERT_END)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/ |
| H A D | TestScriptedResolver.py | 58 script_name = os.path.join(self.getSourceDir(), "resolver.py") 61 command = "command script import " + script_name
|
| /llvm-project-15.0.7/llvm/utils/UpdateTestChecks/ |
| H A D | common.py | 158 def __init__(self, test, parser, script_name, input_lines, args, argv, argument 177 self.test_autogenerated_note = self.autogenerated_note_prefix + script_name 217 def itertests(test_patterns, parser, script_name, comment_prefix=None, argparse_callback=None): argument 233 if script_name not in first_line and not args.force_update: 234 warn("Skipping test which wasn't autogenerated by " + script_name, test) 246 yield TestInfo(test, parser, script_name, final_input_lines, args, argv,
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/serialize/ |
| H A D | TestBreakpointSerialization.py | 335 script_name = os.path.join(self.getSourceDir(), "resolver.py") 337 command = "command script import " + script_name
|