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

/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_report.cpp143 if (current_error_.IsValid()) current_error_.Print();
188 internal_memset(&current_error_, 0, sizeof(current_error_));
198 CHECK_EQ(current_error_.kind, kErrorKindInvalid);
199 internal_memcpy(&current_error_, &description, sizeof(current_error_));
203 return current_error_;
210 static ErrorDescription current_error_; member in class:__asan::ScopedInErrorReport
214 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZE
[all...]

Completed in 115 milliseconds