Searched refs:ErrorDescription (Results 1 – 2 of 2) sorted by relevance
196 void ReportError(const ErrorDescription &description) { in ReportError()202 static ErrorDescription &CurrentError() { in CurrentError()210 static ErrorDescription current_error_;214 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);546 ErrorDescription &err = ScopedInErrorReport::CurrentError(); in __asan_get_report_address()
432 ErrorDescription(Error##name const &e) : kind(kErrorKind##name) { \444 struct ErrorDescription { struct456 ErrorDescription() { internal_memset(this, 0, sizeof(*this)); } in ErrorDescription() function457 explicit ErrorDescription(LinkerInitialized) {} in ErrorDescription() argument