Home
last modified time | relevance | path

Searched refs:ErrorDescription (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_report.cpp196 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()
H A Dasan_errors.h432 ErrorDescription(Error##name const &e) : kind(kErrorKind##name) { \
444 struct ErrorDescription { struct
456 ErrorDescription() { internal_memset(this, 0, sizeof(*this)); } in ErrorDescription() function
457 explicit ErrorDescription(LinkerInitialized) {} in ErrorDescription() argument