Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp125 class ScopedInErrorReport { class
127 explicit ScopedInErrorReport(bool fatal = false) in ScopedInErrorReport() function in __asan::ScopedInErrorReport
138 ~ScopedInErrorReport() { in ~ScopedInErrorReport()
215 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
218 ScopedInErrorReport in_report(/*fatal*/ true); in ReportDeadlySignal()
224 ScopedInErrorReport in_report; in ReportDoubleFree()
232 ScopedInErrorReport in_report; in ReportNewDeleteTypeMismatch()
239 ScopedInErrorReport in_report; in ReportFreeNotMalloced()
247 ScopedInErrorReport in_report; in ReportAllocTypeMismatch()
254 ScopedInErrorReport in_report; in ReportMallocUsableSizeNotOwned()
[all …]