Searched refs:ScopedInErrorReport (Results 1 – 1 of 1) sorted by relevance
125 class ScopedInErrorReport { class127 explicit ScopedInErrorReport(bool fatal = false) in ScopedInErrorReport() function in __asan::ScopedInErrorReport138 ~ScopedInErrorReport() { in ~ScopedInErrorReport()215 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);218 ScopedInErrorReport in_report(/*fatal*/ true); in ReportDeadlySignal()224 ScopedInErrorReport in_report; in ReportDoubleFree()232 ScopedInErrorReport in_report; in ReportNewDeleteTypeMismatch()239 ScopedInErrorReport in_report; in ReportFreeNotMalloced()247 ScopedInErrorReport in_report; in ReportAllocTypeMismatch()254 ScopedInErrorReport in_report; in ReportMallocUsableSizeNotOwned()[all …]