Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp47 TemplateMatch(lib->templ, name)) in OnLibraryLoaded()
62 if (!TemplateMatch(lib->templ, mod.full_name()) && in OnLibraryLoaded()
H A Dsanitizer_suppressions.cpp99 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) { in Match()
H A Dsanitizer_common.cpp229 bool TemplateMatch(const char *templ, const char *str) { in TemplateMatch() function
H A Dsanitizer_common.h317 bool TemplateMatch(const char *templ, const char *str);