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/
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/
Dtsd.h28 typename Allocator::QuarantineCacheT QuarantineCache; in alignas() local
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_allocator.cpp242 typedef AsanQuarantine::Cache QuarantineCache; typedef