Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cpp500 if (!flags()->report_bugs || thr->suppress_reports) in OutputReport()
Dtsan_rtl.h387 int suppress_reports; member
Dtsan_interceptors_posix.cpp278 if (flags()->ignore_noninstrumented_modules) thr_->suppress_reports++; in EnableIgnores()
289 if (flags()->ignore_noninstrumented_modules) thr_->suppress_reports--; in DisableIgnores()