Searched refs:file_match (Results 1 – 2 of 2) sorted by relevance
243 int file_match = 0; in kmp_location_match() local249 file_match = __kmp_str_fname_match(&loc->fname, file); in kmp_location_match()259 return (file_match && func_match && line_match); in kmp_location_match()
423 for file_match in FILE_PATH_RE.finditer(sources_match.group(1)):424 file_path = file_match.group('file_path')425 extension = file_match.group('extension')