Searched refs:check_prefix (Results 1 – 3 of 3) sorted by relevance
93 def check_prefix(): function106 wpan.verify_within(check_prefix, 5)112 wpan.verify_within(check_prefix, 5)118 wpan.verify_within(check_prefix, 5)122 wpan.verify_within(check_prefix, 8)140 wpan.verify_within(check_prefix, 5)
2820 const char *check_prefix; member2841 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() argument3320 index_data.check_prefix = check_prefix; in index_compile_args()3348 const char *check_prefix) { in index_ast_file() argument3357 index_data.check_prefix = check_prefix; in index_ast_file()3379 const char *check_prefix; in index_file() local3385 check_prefix = 0; in index_file()[all …]
383 def check_prefix(prefix): function