Searched refs:check_prefix (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/ |
H A D | common.py | 421 … def __init__(self, check_prefix, check_key, ir_prefix, global_ir_prefix, global_ir_prefix_regexp, argument 423 self.check_prefix = check_prefix 502 return nameless_values[get_idx_from_ir_value_match(match)].check_prefix 509 return nameless_values[idx].ir_prefix, nameless_values[idx].check_prefix 510 return nameless_values[idx].global_ir_prefix, nameless_values[idx].check_prefix 536 def may_clash_with_default_check_prefix_name(check_prefix, var): argument 537 return check_prefix and re.match(r'^' + check_prefix + r'[0-9]+?$', var, re.IGNORECASE) 540 def get_value_name(var, check_prefix): argument 544 var = check_prefix + var 548 if may_clash_with_default_check_prefix_name(check_prefix, var) and _prefix_filecheck_ir_name: [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | c-index-test.c | 3356 const char *check_prefix; member 3377 if (data->check_prefix) { in printCheck() 3379 printf("// %s-NEXT: ", data->check_prefix); in printCheck() 3381 printf("// %s : ", data->check_prefix); in printCheck() 3872 const char *check_prefix) { in index_compile_args() argument 3882 index_data.check_prefix = check_prefix; in index_compile_args() 3911 const char *check_prefix) { in index_ast_file() argument 3920 index_data.check_prefix = check_prefix; in index_ast_file() 3943 const char *check_prefix; in index_file() local 3949 check_prefix = 0; in index_file() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-9899 | 3548 (check_prefix): Remove function. 4068 * config/tc-i386.c (check_prefix): New static function, split out 4072 check_prefix when adding a prefix.
|
H A D | ChangeLog-2018 | 3098 * config/tc-i386.c (output_insn): Remove check_prefix label and
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-9899 | 3548 (check_prefix): Remove function. 4068 * config/tc-i386.c (check_prefix): New static function, split out 4072 check_prefix when adding a prefix.
|
H A D | ChangeLog-2018 | 3098 * config/tc-i386.c (output_insn): Remove check_prefix label and
|