Searched refs:ScopedInErrorReport (Results 1 – 1 of 1) sorted by relevance
126 class ScopedInErrorReport { class128 explicit ScopedInErrorReport(bool fatal = false) in ScopedInErrorReport() function in __asan::ScopedInErrorReport166 ~ScopedInErrorReport() { in ~ScopedInErrorReport()243 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);246 ScopedInErrorReport in_report(/*fatal*/ true); in ReportDeadlySignal()252 ScopedInErrorReport in_report; in ReportDoubleFree()260 ScopedInErrorReport in_report; in ReportNewDeleteTypeMismatch()267 ScopedInErrorReport in_report; in ReportFreeNotMalloced()275 ScopedInErrorReport in_report; in ReportAllocTypeMismatch()282 ScopedInErrorReport in_report; in ReportMallocUsableSizeNotOwned()[all …]