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 23 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
24 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
tsan_suppressions.cc 97 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
117 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
tsan_rtl_report.cc 518 uptr suppress_pc = IsSuppressed(rep->typ, suppress_stack1, &supp);
520 suppress_pc = IsSuppressed(rep->typ, suppress_stack2, &supp);
522 suppress_pc = IsSuppressed(rep->typ, suppress_loc, &supp);

Completed in 795 milliseconds