Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_checks.h64 __attribute__((always_inline, nodebug)) static bool PossiblyShortTagMatches( in PossiblyShortTagMatches() function
86 if (UNLIKELY(!PossiblyShortTagMatches(mem_tag, p, 1 << LogSize))) { in CheckAddress()
113 !PossiblyShortTagMatches( in CheckAddressSized()
Dhwasan_allocator.cpp180 return PossiblyShortTagMatches(mem_tag, tagged_uptr, 1); in PointerAndMemoryTagsMatch()