Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.cc603 class ScopedInErrorReport { class
605 explicit ScopedInErrorReport(ReportData *report = nullptr) { in ScopedInErrorReport() function in __asan::ScopedInErrorReport
639 NORETURN ~ScopedInErrorReport() { in ~ScopedInErrorReport()
656 ScopedInErrorReport in_report; in ReportStackOverflow()
671 ScopedInErrorReport in_report; in ReportSIGSEGV()
691 ScopedInErrorReport in_report; in ReportDoubleFree()
710 ScopedInErrorReport in_report; in ReportNewDeleteSizeMismatch()
733 ScopedInErrorReport in_report; in ReportFreeNotMalloced()
757 ScopedInErrorReport in_report; in ReportAllocTypeMismatch()
773 ScopedInErrorReport in_report; in ReportMallocUsableSizeNotOwned()
[all …]