Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_quarantine.h26 template<typename Node> class QuarantineCache; variable
113 explicit QuarantineCache(LinkerInitialized) { in QuarantineCache() function
116 QuarantineCache() in QuarantineCache() function
/external/compiler-rt/lib/asan/
Dasan_allocator2.cc254 typedef AsanQuarantine::Cache QuarantineCache; typedef