Home
last modified time | relevance | path

Searched refs:ScopedInErrorReport (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_report.cc629 class ScopedInErrorReport { class
631 explicit ScopedInErrorReport(ReportData *report = nullptr, in ScopedInErrorReport() function in __asan::ScopedInErrorReport
681 ~ScopedInErrorReport() { in ~ScopedInErrorReport()
737 StaticSpinMutex ScopedInErrorReport::lock_;
738 u32 ScopedInErrorReport::reporting_thread_tid_;
741 ScopedInErrorReport in_report; in ReportStackOverflow()
756 ScopedInErrorReport in_report(/*report*/nullptr, /*fatal*/true); in ReportDeadlySignal()
776 ScopedInErrorReport in_report; in ReportDoubleFree()
795 ScopedInErrorReport in_report; in ReportNewDeleteSizeMismatch()
818 ScopedInErrorReport in_report; in ReportFreeNotMalloced()
[all …]