Searched defs:OnReport (Results 1 - 2 of 2) sorted by relevance

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

Completed in 875 milliseconds