HomeSort by relevance Sort by last modified time
    Searched refs:IsSuppressed (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.h 33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
tsan_suppressions.cc 101 static uptr IsSuppressed(const char *stype, const AddressInfo &info,
113 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
123 uptr pc = IsSuppressed(stype, frame->info, sp);
128 return IsSuppressed(kSuppressionRaceTop, stack->frames->info, sp);
132 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
tsan_rtl_report.cc 505 pc_or_addr = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp);
507 pc_or_addr = IsSuppressed(rep->typ, rep->stacks[i], &supp);
509 pc_or_addr = IsSuppressed(rep->typ, rep->threads[i]->stack, &supp);
511 pc_or_addr = IsSuppressed(rep->typ, rep->locs[i], &supp);

Completed in 168 milliseconds