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.cc99 static uptr IsSuppressed(const char *stype, const AddressInfo &info, in IsSuppressed() function
111 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() function
121 uptr pc = IsSuppressed(stype, frame->info, sp); in IsSuppressed()
126 return IsSuppressed(kSuppressionRaceTop, stack->frames->info, sp); in IsSuppressed()
130 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed() function
Dtsan_suppressions.h33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
Dtsan_rtl_report.cc498 pc_or_addr = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp); in OutputReport()
500 pc_or_addr = IsSuppressed(rep->typ, rep->stacks[i], &supp); in OutputReport()
502 pc_or_addr = IsSuppressed(rep->typ, rep->threads[i]->stack, &supp); in OutputReport()
504 pc_or_addr = IsSuppressed(rep->typ, rep->locs[i], &supp); in OutputReport()
/external/pdfium/testing/tools/
Dsuppressor.py25 def IsSuppressed(self, input_filename): member in Suppressor
Drun_pixel_tests.py89 if test_suppressor.IsSuppressed(input_filename):
Drun_corpus_tests.py77 if test_suppressor.IsSuppressed(input_filename):