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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h409 ErrorDescription(Error##name const &e) : kind(kErrorKind##name) { \
421 struct ErrorDescription { struct in namespace:__asan
433 ErrorDescription() { internal_memset(this, 0, sizeof(*this)); } function in struct:__asan::ErrorDescription
434 explicit ErrorDescription(LinkerInitialized) {} function in struct:__asan::ErrorDescription
H A Dasan_report.cpp190 void ReportError(const ErrorDescription &description) {
196 static ErrorDescription &CurrentError() {
204 static ErrorDescription current_error_;
208 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
523 ErrorDescription &err = ScopedInErrorReport::CurrentError();

Completed in 114 milliseconds