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.cc43 bool OnReport(const ReportDesc *rep, bool suppressed);
45 bool WEAK OnReport(const ReportDesc *rep, bool suppressed) {
362 suppressed = OnReport(rep, suppressed); in OutputReport()
/external/compiler-rt/lib/tsan/rtl_tests/
Dtsan_test_util_linux.cc61 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport() function