Searched refs:ScopedInErrorReport (Results 1 – 2 of 2) sorted by relevance
122 class ScopedInErrorReport { class124 explicit ScopedInErrorReport(bool fatal = false) in ScopedInErrorReport() function in __asan::ScopedInErrorReport135 ~ScopedInErrorReport() { in ~ScopedInErrorReport()212 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);215 ScopedInErrorReport in_report(/*fatal*/ true); in ReportDeadlySignal()221 ScopedInErrorReport in_report; in ReportDoubleFree()229 ScopedInErrorReport in_report; in ReportNewDeleteTypeMismatch()236 ScopedInErrorReport in_report; in ReportFreeNotMalloced()244 ScopedInErrorReport in_report; in ReportAllocTypeMismatch()251 ScopedInErrorReport in_report; in ReportMallocUsableSizeNotOwned()[all …]
630 class ScopedInErrorReport { class632 explicit ScopedInErrorReport(ReportData *report = nullptr, in ScopedInErrorReport() function in __asan::ScopedInErrorReport682 ~ScopedInErrorReport() { in ~ScopedInErrorReport()738 StaticSpinMutex ScopedInErrorReport::lock_;739 u32 ScopedInErrorReport::reporting_thread_tid_ = kInvalidTid;742 ScopedInErrorReport in_report(/*report*/ nullptr, /*fatal*/ true); in ReportStackOverflow()758 ScopedInErrorReport in_report(/*report*/ nullptr, /*fatal*/ true); in ReportDeadlySignal()800 ScopedInErrorReport in_report; in ReportDoubleFree()820 ScopedInErrorReport in_report; in ReportNewDeleteSizeMismatch()844 ScopedInErrorReport in_report; in ReportFreeNotMalloced()[all …]