Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_checks.h85 if (!InTaggableRegion(p)) in CheckAddress()
100 if (sz == 0 || !InTaggableRegion(p)) in CheckAddressSized()
H A Dhwasan_allocator.cpp176 if (InTaggableRegion(reinterpret_cast<uptr>(user_ptr)) && in HwasanAllocate()
204 if (!InTaggableRegion(tagged_uptr)) in PointerAndMemoryTagsMatch()
227 InTaggableRegion(reinterpret_cast<uptr>(tagged_ptr)); in HwasanDeallocate()
308 InTaggableRegion(reinterpret_cast<uptr>(tagged_ptr_old)) in HwasanReallocate()
H A Dhwasan_allocator.h113 inline bool InTaggableRegion(uptr addr) { in InTaggableRegion() function