Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/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
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dtsd.h28 typename Allocator::QuarantineCacheT QuarantineCache; member
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp242 typedef AsanQuarantine::Cache QuarantineCache; typedef