Searched refs:IsSuppressed (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_suppressions.cc | 99 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
|
D | tsan_suppressions.h | 33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp); 34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
|
D | tsan_rtl_report.cc | 498 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/ |
D | suppressor.py | 25 def IsSuppressed(self, input_filename): member in Suppressor
|
D | run_pixel_tests.py | 89 if test_suppressor.IsSuppressed(input_filename):
|
D | run_corpus_tests.py | 77 if test_suppressor.IsSuppressed(input_filename):
|