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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h387 int suppress_reports; member in struct:__tsan::ThreadState
H A Dtsan_rtl_report.cpp504 if (!flags()->report_bugs || thr->suppress_reports)
H A Dtsan_interceptors_posix.cpp274 if (flags()->ignore_noninstrumented_modules) thr_->suppress_reports++;
285 if (flags()->ignore_noninstrumented_modules) thr_->suppress_reports--;

Completed in 34 milliseconds