HomeSort by: relevance | last modified time | path
    Searched defs:current_error_ (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_report.cc 142 if (current_error_.IsValid()) current_error_.Print();
183 internal_memset(&current_error_, 0, sizeof(current_error_));
193 CHECK_EQ(current_error_.kind, kErrorKindInvalid);
194 current_error_ = description;
198 return current_error_;
205 static ErrorDescription current_error_; member in class:__asan::ScopedInErrorReport
209 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);

Completed in 13 milliseconds