OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuppressionMatch
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.h
39
bool
SuppressionMatch
(char *templ, const char *str);
tsan_suppressions.cc
64
bool
SuppressionMatch
(char *templ, const char *str) {
164
(
SuppressionMatch
(supp->templ, frame->func) ||
165
SuppressionMatch
(supp->templ, frame->file) ||
166
SuppressionMatch
(supp->templ, frame->module))) {
/external/compiler-rt/lib/tsan/tests/unit/
tsan_suppressions_test.cc
109
return
SuppressionMatch
(tmp, func);
Completed in 5211 milliseconds