Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp36 bool OnReport(const ReportDesc *rep, bool suppressed);
39 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport() function
656 bool suppressed = OnReport(rep, pc_or_addr != 0); in OutputReport()