Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp218 ScopedInErrorReport in_report(/*fatal*/ true); in ReportDeadlySignal() local
224 ScopedInErrorReport in_report; in ReportDoubleFree() local
232 ScopedInErrorReport in_report; in ReportNewDeleteTypeMismatch() local
239 ScopedInErrorReport in_report; in ReportFreeNotMalloced() local
247 ScopedInErrorReport in_report; in ReportAllocTypeMismatch() local
254 ScopedInErrorReport in_report; in ReportMallocUsableSizeNotOwned() local
261 ScopedInErrorReport in_report; in ReportSanitizerGetAllocatedSizeNotOwned() local
268 ScopedInErrorReport in_report(/*fatal*/ true); in ReportCallocOverflow() local
275 ScopedInErrorReport in_report(/*fatal*/ true); in ReportReallocArrayOverflow() local
281 ScopedInErrorReport in_report(/*fatal*/ true); in ReportPvallocOverflow() local
[all …]