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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cc47 TemplateMatch(lib->templ, name))
63 if (TemplateMatch(lib->templ, module.data()) ||
H A Dsanitizer_suppressions.cc85 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) {
H A Dsanitizer_common.cc382 bool TemplateMatch(const char *templ, const char *str) { function in namespace:__sanitizer
H A Dsanitizer_common.h310 bool TemplateMatch(const char *templ, const char *str);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_suppressions_test.cc23 return TemplateMatch(tmp, func);

Completed in 527 milliseconds