Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp269 uptr tagged_uptr = reinterpret_cast<uptr>(tagged_ptr); in PointerAndMemoryTagsMatch() local
270 if (!InTaggableRegion(tagged_uptr)) in PointerAndMemoryTagsMatch()
274 return PossiblyShortTagMatches(mem_tag, tagged_uptr, 1); in PointerAndMemoryTagsMatch()