Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp246 ScopedInErrorReport in_report(/*fatal*/ true); in ReportDeadlySignal() local
248 in_report.ReportError(error); in ReportDeadlySignal()
252 ScopedInErrorReport in_report; in ReportDoubleFree() local
254 in_report.ReportError(error); in ReportDoubleFree()
260 ScopedInErrorReport in_report; in ReportNewDeleteTypeMismatch() local
263 in_report.ReportError(error); in ReportNewDeleteTypeMismatch()
267 ScopedInErrorReport in_report; in ReportFreeNotMalloced() local
269 in_report.ReportError(error); in ReportFreeNotMalloced()
275 ScopedInErrorReport in_report; in ReportAllocTypeMismatch() local
278 in_report.ReportError(error); in ReportAllocTypeMismatch()
[all …]