Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_report.cpp141 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
186 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
196 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
197 internal_memcpy(&current_error_, &description, sizeof(current_error_)); in ReportError()
201 return current_error_; in CurrentError()
208 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
212 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_report.cc140 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
181 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
191 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
192 current_error_ = description; in ReportError()
196 return current_error_; in CurrentError()
203 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
207 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_report.cc142 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
183 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
193 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
194 current_error_ = description; in ReportError()
198 return current_error_; in CurrentError()
205 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
209 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);