Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h25 template<typename Node> class QuarantineCache; variable
199 explicit QuarantineCache(LinkerInitialized) { in QuarantineCache() function
202 QuarantineCache() in QuarantineCache() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp280 typedef AsanQuarantine::Cache QuarantineCache; typedef