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 OnReport(const ReportDesc *rep, bool suppressed) { in OnReport() function
520 bool suppressed = OnReport(rep, pc_or_addr != 0); in OutputReport()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc103 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport() function