Searched refs:ErrorDescription (Results 1 – 2 of 2) sorted by relevance
197 void ReportError(const ErrorDescription &description) { in ReportError()203 static ErrorDescription &CurrentError() { in CurrentError()211 static ErrorDescription current_error_;215 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);547 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() argument457 explicit ErrorDescription(LinkerInitialized) {} in ErrorDescription() function