Lines Matching defs:ScopedReport
40 class ScopedReport {
42 explicit ScopedReport(bool fatal) : fatal(fatal) {
48 ~ScopedReport() {
88 Mutex ScopedReport::error_message_lock_;
89 InternalScopedString *ScopedReport::error_message_ptr_;
90 void (*ScopedReport::error_report_callback_)(const char *);
92 // If there is an active ScopedReport, append to its error message.
94 ScopedReport::MaybeAppendToErrorMessage(buffer);
547 const ScopedReport scoped_report;
1137 __hwasan::ScopedReport::SetErrorReportCallback(callback);