Lines Matching refs:ScopedReport
37 class ScopedReport { class
39 ScopedReport(bool fatal = false) : error_message_(1), fatal(fatal) { in ScopedReport() function in __hwasan::ScopedReport
45 ~ScopedReport() { in ~ScopedReport()
89 InternalMmapVector<char> *ScopedReport::error_message_ptr_;
90 BlockingMutex ScopedReport::error_message_lock_;
91 void (*ScopedReport::error_report_callback_)(const char *);
95 ScopedReport::MaybeAppendToErrorMessage(buffer); in AppendToErrorMessageBuffer()
505 ScopedReport R(flags()->halt_on_error); in ReportInvalidFree()
533 ScopedReport R(flags()->halt_on_error); in ReportTailOverwritten()
591 ScopedReport R(fatal); in ReportTagMismatch()
667 __hwasan::ScopedReport::SetErrorReportCallback(callback); in __hwasan_set_error_report_callback()