Home
last modified time | relevance | path

Searched refs:check_prefix (Results 1 – 2 of 2) sorted by relevance

/external/clang/tools/c-index-test/
Dc-index-test.c2820 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/
Dgpio-mockup-chardev.c152 if (check_prefix(ent->d_name, "gpiochip")) { in list_gpiochip()
171 || check_prefix(current->label, gpiochip_name)) { in list_gpiochip()