Searched refs:ErrorDescription (Results 1 – 2 of 2) sorted by relevance
225 void ReportError(const ErrorDescription &description) { in ReportError()231 static ErrorDescription &CurrentError() { in CurrentError()239 static ErrorDescription current_error_;243 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);585 ErrorDescription &err = ScopedInErrorReport::CurrentError(); in __asan_get_report_address()
451 ErrorDescription(Error##name const &e) : kind(kErrorKind##name) { \463 struct ErrorDescription { struct475 ErrorDescription() { internal_memset(this, 0, sizeof(*this)); } in ErrorDescription() argument476 explicit ErrorDescription(LinkerInitialized) {} in ErrorDescription() argument