Home
last modified time | relevance | path

Searched refs:IsSuppressed (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_suppressions.h32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
33 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
Dtsan_suppressions.cc97 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() function
121 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed() function
Dtsan_rtl_report.cc493 suppress_pc = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp); in OutputReport()
495 suppress_pc = IsSuppressed(rep->typ, rep->stacks[i], &supp); in OutputReport()
497 suppress_pc = IsSuppressed(rep->typ, rep->threads[i]->stack, &supp); in OutputReport()
499 suppress_pc = IsSuppressed(rep->typ, rep->locs[i], &supp); in OutputReport()
/external/pdfium/testing/tools/
Dsuppressor.py25 def IsSuppressed(self, input_filename): member in Suppressor
Drun_corpus_tests.py65 if test_suppressor.IsSuppressed(input_filename):
Drun_pixel_tests.py66 if test_suppressor.IsSuppressed(input_filename):