Searched refs:ErrorDescription (Results 1 – 2 of 2) sorted by relevance
194 void ReportError(const ErrorDescription &description) { in ReportError()200 static ErrorDescription &CurrentError() { in CurrentError()208 static ErrorDescription current_error_;212 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);527 ErrorDescription &err = ScopedInErrorReport::CurrentError(); in __asan_get_report_address()
409 ErrorDescription(Error##name const &e) : kind(kErrorKind##name) { \421 struct ErrorDescription { struct433 ErrorDescription() { internal_memset(this, 0, sizeof(*this)); } in ErrorDescription() function434 explicit ErrorDescription(LinkerInitialized) {} in ErrorDescription() function