Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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()