Home
last modified time | relevance | path

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

12

/dports/lang/gcc8/gcc-8.5.0/libsanitizer/asan/
H A Dasan_report.cc136 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
177 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
187 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
188 current_error_ = description; in ReportError()
192 return current_error_; in CurrentError()
199 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
203 ErrorDescription ScopedInErrorReport::current_error_; member in __asan::ScopedInErrorReport
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libsanitizer/asan/
H A Dasan_report.cc136 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
177 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
187 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
188 current_error_ = description; in ReportError()
192 return current_error_; in CurrentError()
199 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
203 ErrorDescription ScopedInErrorReport::current_error_; member in __asan::ScopedInErrorReport
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libsanitizer/asan/
H A Dasan_report.cc136 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
177 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
187 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
188 current_error_ = description; in ReportError()
192 return current_error_; in CurrentError()
199 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
203 ErrorDescription ScopedInErrorReport::current_error_; member in __asan::ScopedInErrorReport
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libsanitizer/asan/
H A Dasan_report.cc136 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
177 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
187 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
188 current_error_ = description; in ReportError()
192 return current_error_; in CurrentError()
199 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
203 ErrorDescription ScopedInErrorReport::current_error_; member in __asan::ScopedInErrorReport
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libsanitizer/asan/
H A Dasan_report.cc136 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
177 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
187 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
188 current_error_ = description; in ReportError()
192 return current_error_; in CurrentError()
199 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
203 ErrorDescription ScopedInErrorReport::current_error_; member in __asan::ScopedInErrorReport
/dports/devel/riscv64-gcc/gcc-8.3.0/libsanitizer/asan/
H A Dasan_report.cc136 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
177 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
187 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
188 current_error_ = description; in ReportError()
192 return current_error_; in CurrentError()
199 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
203 ErrorDescription ScopedInErrorReport::current_error_; member in __asan::ScopedInErrorReport
/dports/lang/gcc12-devel/gcc-12-20211205/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);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/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);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/asan/
H A Dasan_report.cpp141 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
185 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
195 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
196 internal_memcpy(&current_error_, &description, sizeof(current_error_)); in ReportError()
200 return current_error_; in CurrentError()
207 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
211 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
/dports/lang/gcc11/gcc-11.2.0/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);
/dports/lang/gcc10/gcc-10.3.0/libsanitizer/asan/
H A Dasan_report.cpp141 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
182 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
192 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
193 internal_memcpy(&current_error_, &description, sizeof(current_error_)); in ReportError()
197 return current_error_; in CurrentError()
204 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
208 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
/dports/lang/gcc11-devel/gcc-11-20211009/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);
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/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);
/dports/devel/avr-gcc/gcc-10.2.0/libsanitizer/asan/
H A Dasan_report.cpp141 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
182 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
192 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
193 internal_memcpy(&current_error_, &description, sizeof(current_error_)); in ReportError()
197 return current_error_; in CurrentError()
204 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
208 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/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);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/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);
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/asan/
H A Dasan_report.cpp141 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
182 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
192 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
193 internal_memcpy(&current_error_, &description, sizeof(current_error_)); in ReportError()
197 return current_error_; in CurrentError()
204 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
208 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/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);
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/asan/
H A Dasan_report.cpp141 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
185 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
195 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
196 internal_memcpy(&current_error_, &description, sizeof(current_error_)); in ReportError()
200 return current_error_; in CurrentError()
207 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
211 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
/dports/lang/gcc10-devel/gcc-10-20211008/libsanitizer/asan/
H A Dasan_report.cpp141 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
182 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
192 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
193 internal_memcpy(&current_error_, &description, sizeof(current_error_)); in ReportError()
197 return current_error_; in CurrentError()
204 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
208 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/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);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp141 if (current_error_.IsValid()) current_error_.Print(); in ~ScopedInErrorReport()
182 internal_memset(&current_error_, 0, sizeof(current_error_)); in ~ScopedInErrorReport()
192 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
193 internal_memcpy(&current_error_, &description, sizeof(current_error_)); in ReportError()
197 return current_error_; in CurrentError()
204 static ErrorDescription current_error_; member in __asan::ScopedInErrorReport
208 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/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);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/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);
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/asan/
H A Dasan_report.cpp141 if (current_error_.IsValid()) current_error_.Print(); in PremapShadowSize()
186 internal_memset(&current_error_, 0, sizeof(current_error_)); in PremapShadowSize()
196 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in PremapShadowSize()
197 internal_memcpy(&current_error_, &description, sizeof(current_error_)); in PremapShadowSize()
201 return current_error_; in PremapShadowSize()
208 static ErrorDescription current_error_; in PremapShadowSize()
212 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED); in PremapShadowSize()

12