Searched refs:PointerAndMemoryTagsMatch (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp174 static bool PointerAndMemoryTagsMatch(void *tagged_ptr) { function in namespace:__hwasan
186 if (!PointerAndMemoryTagsMatch(tagged_ptr))
239 if (!PointerAndMemoryTagsMatch(tagged_ptr_old))

Completed in 96 milliseconds