Home
last modified time | relevance | path

Searched refs:suppress_pc (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc518 uptr suppress_pc = IsSuppressed(rep->typ, suppress_stack1, &supp); in OutputReport() local
519 if (suppress_pc == 0) in OutputReport()
520 suppress_pc = IsSuppressed(rep->typ, suppress_stack2, &supp); in OutputReport()
521 if (suppress_pc == 0) in OutputReport()
522 suppress_pc = IsSuppressed(rep->typ, suppress_loc, &supp); in OutputReport()
523 if (suppress_pc != 0) { in OutputReport()
524 FiredSuppression s = {srep.GetReport()->typ, suppress_pc, supp}; in OutputReport()
527 if (OnReport(rep, suppress_pc != 0)) in OutputReport()