Searched refs:check_prefix (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/polly/test/ |
D | update_check.py | 288 check_prefix = filecheckparser.parse_known_args(filecheck)[0].check_prefix 289 if known.prefix_only is not None and not check_prefix in known.prefix_only: 291 if check_prefix in checkprefixes: 293 checkprefixes.append(check_prefix) 329 if parts[0] == check_prefix: 363 checklines.append('; ' + check_prefix + '-LABEL: ' + line) 365 checklines.append('; ' + check_prefix + ': ' + line) 367 checklines.append('; ' + check_prefix + ': ' + line) 370 checklines.append('; ' + check_prefix + '-LABEL: ' + line) 372 checklines.append('; ' + check_prefix + ': ' + line) [all …]
|
/external/llvm-project/mlir/utils/ |
D | generate-test-checks.py | 114 if line.find(args.check_prefix) != -1: 236 output_line = '// ' + args.check_prefix + ': ' 249 output_line = '// ' + args.check_prefix + '-LABEL: ' + ssa_split[0] + '\n' 253 output_line += '// ' + args.check_prefix + '-SAME: '
|
/external/llvm-project/llvm/utils/UpdateTestChecks/ |
D | common.py | 312 def __init__(self, check_prefix, ir_prefix, ir_regexp): argument 313 self.check_prefix = check_prefix 363 return nameless_values[get_idx_from_ir_value_match(match)].check_prefix 399 if re.match(r'^' + nameless_value.check_prefix + r'[0-9]+?$', var, re.IGNORECASE): 549 def check_prefix(prefix): function 563 check_prefix(prefix) 567 check_prefix(prefix)
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 2820 const char *check_prefix; member 2841 if (data->check_prefix) { in printCheck() 2843 printf("// %s-NEXT: ", data->check_prefix); in printCheck() 2845 printf("// %s : ", data->check_prefix); in printCheck() 3310 const char *check_prefix) { in index_compile_args() argument 3320 index_data.check_prefix = check_prefix; in index_compile_args() 3348 const char *check_prefix) { in index_ast_file() argument 3357 index_data.check_prefix = check_prefix; in index_ast_file() 3379 const char *check_prefix; in index_file() local 3385 check_prefix = 0; in index_file() [all …]
|
/external/linux-kselftest/tools/testing/selftests/gpio/ |
D | gpio-mockup-chardev.c | 151 if (check_prefix(ent->d_name, "gpiochip")) { in list_gpiochip() 170 || check_prefix(current->label, gpiochip_name)) { in list_gpiochip()
|
/external/llvm-project/clang/tools/c-index-test/ |
D | c-index-test.c | 3339 const char *check_prefix; member 3360 if (data->check_prefix) { in printCheck() 3362 printf("// %s-NEXT: ", data->check_prefix); in printCheck() 3364 printf("// %s : ", data->check_prefix); in printCheck() 3855 const char *check_prefix) { in index_compile_args() argument 3865 index_data.check_prefix = check_prefix; in index_compile_args() 3894 const char *check_prefix) { in index_ast_file() argument 3903 index_data.check_prefix = check_prefix; in index_ast_file() 3926 const char *check_prefix; in index_file() local 3932 check_prefix = 0; in index_file() [all …]
|