Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_report.cc142 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
183 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
193 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
194 current_error_ = description; in ReportError()
198 return current_error_; in CurrentError()
205 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
209 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);