Home
last modified time | relevance | path

Searched refs:kAsanBuggyPcPoolSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp38 static const unsigned kAsanBuggyPcPoolSize = 25; variable
39 static __sanitizer::atomic_uintptr_t AsanBuggyPcPool[kAsanBuggyPcPoolSize];
465 for (unsigned i = 0; i < kAsanBuggyPcPoolSize; i++) { in SuppressErrorReport()