Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_checks.h82 __attribute__((always_inline, nodebug)) static bool PossiblyShortTagMatches( in PossiblyShortTagMatches() function
106 if (UNLIKELY(!PossiblyShortTagMatches(mem_tag, p, 1 << LogSize))) { in CheckAddress()
133 !PossiblyShortTagMatches( in CheckAddressSized()
Dhwasan_allocator.cpp253 return PossiblyShortTagMatches(mem_tag, tagged_uptr, 1); in PointerAndMemoryTagsMatch()