Home
last modified time | relevance | path

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

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