Home
last modified time | relevance | path

Searched defs:QuarantineCache (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h25 template<typename Node> class QuarantineCache; variable
204 explicit QuarantineCache(LinkerInitialized) { in QuarantineCache() function
207 QuarantineCache() in QuarantineCache() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_quarantine.h26 template<typename Node> class QuarantineCache; variable
204 explicit QuarantineCache(LinkerInitialized) { in QuarantineCache() function
207 QuarantineCache() in QuarantineCache() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h24 template<typename Node> class QuarantineCache; variable
202 explicit QuarantineCache(LinkerInitialized) { in QuarantineCache() function
205 QuarantineCache() in QuarantineCache() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc186 typedef AsanQuarantine::Cache QuarantineCache; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc184 typedef AsanQuarantine::Cache QuarantineCache; typedef
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp243 typedef AsanQuarantine::Cache QuarantineCache; typedef