Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_libignore.cc47 TemplateMatch(lib->templ, name)) in OnLibraryLoaded()
63 if (TemplateMatch(lib->templ, module.data()) || in OnLibraryLoaded()
Dsanitizer_suppressions.cc85 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) { in Match()
Dsanitizer_common.cc297 bool TemplateMatch(const char *templ, const char *str) { in TemplateMatch() function
Dsanitizer_common.h333 bool TemplateMatch(const char *templ, const char *str);
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_suppressions_test.cc23 return TemplateMatch(tmp, func); in MyMatch()