OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TemplateMatch
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_libignore.cc
47
TemplateMatch
(lib->templ, name))
63
if (
TemplateMatch
(lib->templ, module.data()) ||
sanitizer_suppressions.cc
85
if (0 == internal_strcmp(cur.type, type) &&
TemplateMatch
(cur.templ, str)) {
sanitizer_common.cc
382
bool
TemplateMatch
(const char *templ, const char *str) {
sanitizer_common.h
310
bool
TemplateMatch
(const char *templ, const char *str);
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_suppressions_test.cc
23
return
TemplateMatch
(tmp, func);
Completed in 1318 milliseconds