Lines Matching refs:matching
130 # Regex for matching source file path and line number in the compiler's errors.
145 """Diagnoses the given disease by pattern matching.
153 for matching regex).
281 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for '
283 clang_regex = (_CLANG_FILE_LINE_RE + r'error: no matching function for '
302 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for call to '
304 clang_regex = (_CLANG_FILE_LINE_RE + r'error: no matching '
327 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for '
330 clang_regex = (_CLANG_FILE_LINE_RE + r'error: no matching function '
417 r'.*error: no matching function for call to \'ImplicitCast_\('
419 clang_regex = (r'\bgmock-actions.h:.* error: no matching function for '