Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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.cpp98 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) { in Match()
H A Dsanitizer_common.cpp193 bool TemplateMatch(const char *templ, const char *str) { in TemplateMatch() function
H A Dsanitizer_common.h303 bool TemplateMatch(const char *templ, const char *str);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_libignore.cc48 TemplateMatch(lib->templ, name)) in OnLibraryLoaded()
63 if (!TemplateMatch(lib->templ, mod.full_name()) && in OnLibraryLoaded()
H A Dsanitizer_suppressions.cc88 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) { in Match()
H A Dsanitizer_common.cc195 bool TemplateMatch(const char *templ, const char *str) { in TemplateMatch() function
H A Dsanitizer_common.h250 bool TemplateMatch(const char *templ, const char *str);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.cc46 TemplateMatch(lib->templ, name)) in OnLibraryLoaded()
61 if (!TemplateMatch(lib->templ, mod.full_name()) && in OnLibraryLoaded()
H A Dsanitizer_suppressions.cc86 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) { in Match()
H A Dsanitizer_common.cc193 bool TemplateMatch(const char *templ, const char *str) { in TemplateMatch() function
H A Dsanitizer_common.h246 bool TemplateMatch(const char *templ, const char *str);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_suppressions_test.cc23 return TemplateMatch(tmp, func); in MyMatch()