Searched refs:current_error_ (Results 1 – 1 of 1) sorted by relevance
144 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()189 internal_memset(¤t_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()199 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()200 internal_memcpy(¤t_error_, &description, sizeof(current_error_)); in ReportError()204 return current_error_; in CurrentError()211 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport215 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);