Searched refs:_FindAllMatches (Results 1 – 1 of 1) sorted by relevance
137 def _FindAllMatches(regex, s): function162 for m in _FindAllMatches(regex, msg):404 for m in (list(_FindAllMatches(gcc_regex, msg)) +405 list(_FindAllMatches(clang_regex, msg))):