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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp47 TemplateMatch(lib->templ, name))
62 if (!TemplateMatch(lib->templ, mod.full_name()) &&
H A Dsanitizer_suppressions.cpp98 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) {
H A Dsanitizer_common.cpp194 bool TemplateMatch(const char *templ, const char *str) { function in namespace:__sanitizer
H A Dsanitizer_common.h261 bool TemplateMatch(const char *templ, const char *str);

Completed in 71 milliseconds