HomeSort by: relevance | last modified time | path
    Searched defs:current_error_ (Results 1 - 3 of 3) 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);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_report.cpp 141 if (current_error_.IsValid()) current_error_.Print();
186 internal_memset(&current_error_, 0, sizeof(current_error_));
196 CHECK_EQ(current_error_.kind, kErrorKindInvalid);
197 internal_memcpy(&current_error_, &description, sizeof(current_error_));
201 return current_error_;
208 static ErrorDescription current_error_; member in class:__asan::ScopedInErrorReport
212 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED)
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_report.cpp 143 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_INITIALIZED)
    [all...]

Completed in 23 milliseconds