Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp463 static bool SuppressErrorReport(uptr pc) { in SuppressErrorReport() function
481 if (!fatal && SuppressErrorReport(pc)) return; in ReportGenericError()