Searched refs:ScopedInErrorReport (Results 1 – 1 of 1) sorted by relevance
629 class ScopedInErrorReport { class631 explicit ScopedInErrorReport(ReportData *report = nullptr, in ScopedInErrorReport() function in __asan::ScopedInErrorReport681 ~ScopedInErrorReport() { in ~ScopedInErrorReport()737 StaticSpinMutex ScopedInErrorReport::lock_;738 u32 ScopedInErrorReport::reporting_thread_tid_;741 ScopedInErrorReport in_report; in ReportStackOverflow()756 ScopedInErrorReport in_report(/*report*/nullptr, /*fatal*/true); in ReportDeadlySignal()776 ScopedInErrorReport in_report; in ReportDoubleFree()795 ScopedInErrorReport in_report; in ReportNewDeleteSizeMismatch()818 ScopedInErrorReport in_report; in ReportFreeNotMalloced()[all …]