HomeSort by: relevance | last modified time | path
    Searched defs:PossiblyShortTagMatches (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_checks.h 65 __attribute__((always_inline, nodebug)) static bool PossiblyShortTagMatches(
89 if (UNLIKELY(!PossiblyShortTagMatches(mem_tag, p, 1 << LogSize))) {
116 !PossiblyShortTagMatches(
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_checks.h 142 PossiblyShortTagMatches(tag_t mem_tag, uptr ptr, uptr sz) {
160 if (UNLIKELY(!PossiblyShortTagMatches(mem_tag, p, 1 << LogSize))) {
185 !PossiblyShortTagMatches(

Completed in 14 milliseconds