Searched refs:ErrorDescription (Results 1 – 2 of 2) sorted by relevance
191 void ReportError(const ErrorDescription &description) { in ReportError()197 static ErrorDescription &CurrentError() { in CurrentError()205 static ErrorDescription current_error_;209 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);513 ErrorDescription &err = ScopedInErrorReport::CurrentError(); in __asan_get_report_address()
393 ErrorDescription(Error##name const &e) : kind(kErrorKind##name), name(e) {}403 struct ErrorDescription { struct415 ErrorDescription() { internal_memset(this, 0, sizeof(*this)); } in ErrorDescription() argument416 explicit ErrorDescription(LinkerInitialized) {} in ErrorDescription() function