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.cc491 uptr suppress_pc = 0; in OutputReport() local
492 for (uptr i = 0; suppress_pc == 0 && i < rep->mops.Size(); i++) in OutputReport()
493 suppress_pc = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp); in OutputReport()
494 for (uptr i = 0; suppress_pc == 0 && i < rep->stacks.Size(); i++) in OutputReport()
495 suppress_pc = IsSuppressed(rep->typ, rep->stacks[i], &supp); in OutputReport()
496 for (uptr i = 0; suppress_pc == 0 && i < rep->threads.Size(); i++) in OutputReport()
497 suppress_pc = IsSuppressed(rep->typ, rep->threads[i]->stack, &supp); in OutputReport()
498 for (uptr i = 0; suppress_pc == 0 && i < rep->locs.Size(); i++) in OutputReport()
499 suppress_pc = IsSuppressed(rep->typ, rep->locs[i], &supp); in OutputReport()
500 if (suppress_pc != 0) { in OutputReport()
[all …]