Home
last modified time | relevance | path

Searched refs:TemplateMatch (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cc26 bool TemplateMatch(char *templ, const char *str) { in TemplateMatch() function
74 TemplateMatch(suppressions_[i].templ, str)) in Match()
Dsanitizer_suppressions.h56 bool TemplateMatch(char *templ, const char *str);
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_suppressions_test.cc23 return TemplateMatch(tmp, func); in MyMatch()