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.cc513 uptr suppress_pc = 0; in OutputReport() local
514 for (uptr i = 0; suppress_pc == 0 && i < rep->mops.Size(); i++) in OutputReport()
515 suppress_pc = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp); in OutputReport()
516 for (uptr i = 0; suppress_pc == 0 && i < rep->stacks.Size(); i++) in OutputReport()
517 suppress_pc = IsSuppressed(rep->typ, rep->stacks[i], &supp); in OutputReport()
518 for (uptr i = 0; suppress_pc == 0 && i < rep->threads.Size(); i++) in OutputReport()
519 suppress_pc = IsSuppressed(rep->typ, rep->threads[i]->stack, &supp); in OutputReport()
520 for (uptr i = 0; suppress_pc == 0 && i < rep->locs.Size(); i++) in OutputReport()
521 suppress_pc = IsSuppressed(rep->typ, rep->locs[i], &supp); in OutputReport()
522 if (suppress_pc != 0) { in OutputReport()
[all …]