Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp79 bool HwasanChunkView::AddrIsInside(uptr addr) const { in AddrIsInside() function in __hwasan::HwasanChunkView
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp162 bool AddrIsInside(uptr addr) { in AddrIsInside() function in __asan::AsanChunk