HomeSort by: relevance | last modified time | path
    Searched refs:IsSuppressed (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/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 103 static uptr IsSuppressed(const char *stype, const AddressInfo &info,
115 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
125 uptr pc = IsSuppressed(stype, frame->info, sp);
130 return IsSuppressed(kSuppressionRaceTop, stack->frames->info, sp);
134 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
tsan_rtl_report.cc 513 pc_or_addr = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp);
515 pc_or_addr = IsSuppressed(rep->typ, rep->stacks[i], &supp);
517 pc_or_addr = IsSuppressed(rep->typ, rep->threads[i]->stack, &supp);
519 pc_or_addr = IsSuppressed(rep->typ, rep->locs[i], &supp);

Completed in 13 milliseconds