Searched refs:_FindAllMatches (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/scripts/
H A Dgmock_doctor.py137 def _FindAllMatches(regex, s): function
162 for m in _FindAllMatches(regex, msg):
409 for m in (list(_FindAllMatches(gcc_regex, msg)) +
410 list(_FindAllMatches(clang_regex, msg))):
505 for m in _FindAllMatches(clang_regex_unknown_type, msg):

Completed in 5 milliseconds