Searched refs:ScopedInErrorReport (Results 1 – 1 of 1) 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 …]