Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.cc1037 static bool SuppressErrorReport(uptr pc) { in SuppressErrorReport() function
1063 if (!fatal && SuppressErrorReport(pc)) return; in ReportGenericError()