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.cpp126 class ScopedInErrorReport { class
128 explicit ScopedInErrorReport(bool fatal = false) in ScopedInErrorReport() function in __asan::ScopedInErrorReport
166 ~ScopedInErrorReport() { in ~ScopedInErrorReport()
243 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
246 ScopedInErrorReport in_report(/*fatal*/ true); in ReportDeadlySignal()
252 ScopedInErrorReport in_report; in ReportDoubleFree()
260 ScopedInErrorReport in_report; in ReportNewDeleteTypeMismatch()
267 ScopedInErrorReport in_report; in ReportFreeNotMalloced()
275 ScopedInErrorReport in_report; in ReportAllocTypeMismatch()
282 ScopedInErrorReport in_report; in ReportMallocUsableSizeNotOwned()
[all …]