Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_checks.h65 __attribute__((always_inline, nodebug)) static bool PossiblyShortTagMatches( in PossiblyShortTagMatches() function
89 if (UNLIKELY(!PossiblyShortTagMatches(mem_tag, p, 1 << LogSize))) { in CheckAddress()
116 !PossiblyShortTagMatches( in CheckAddressSized()
H A Dhwasan_allocator.cpp213 return PossiblyShortTagMatches(mem_tag, tagged_uptr, 1); in PointerAndMemoryTagsMatch()