Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp102 } else if (auto heap = descr.AsHeap()) { in __asan_locate_address()
H A Dasan_descriptions.h256 const HeapAddressDescription *AsHeap() const { in AsHeap() function