Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_libignore.cc51 TemplateMatch(lib->templ, name)) in OnLibraryLoaded()
67 if (TemplateMatch(lib->templ, module.data()) || in OnLibraryLoaded()
Dsanitizer_suppressions.cc26 bool TemplateMatch(char *templ, const char *str) { in TemplateMatch() function
74 TemplateMatch(suppressions_[i].templ, str)) in Match()
Dsanitizer_suppressions.h58 bool TemplateMatch(char *templ, const char *str);
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_suppressions_test.cc23 return TemplateMatch(tmp, func); in MyMatch()