Searched refs:argparse_callback (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/utils/UpdateTestChecks/ |
D | common.py | 49 comment_prefix, argparse_callback): argument 51 self.argparse_callback = argparse_callback 70 self.args, self.argv, self.argparse_callback) 87 def itertests(test_patterns, parser, script_name, comment_prefix=None, argparse_callback=None): argument 98 if argparse_callback is not None: 99 argparse_callback(args) 106 args, argv = check_for_command(first_line, parser, args, argv, argparse_callback) 112 comment_prefix, argparse_callback) 597 def check_for_command(line, parser, args, argv, argparse_callback): argument 603 if argparse_callback is not None: [all …]
|
/external/llvm-project/llvm/utils/ |
D | update_cc_test_checks.py | 213 comment_prefix='//', argparse_callback=infer_dependent_args):
|