Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc50 bool OnReport(const ReportDesc *rep, bool suppressed);
53 bool WEAK OnReport(const ReportDesc *rep, bool suppressed) { in OnReport() function
507 bool suppressed = OnReport(rep, suppress_pc != 0); in OutputReport()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_linux.cc61 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport() function