Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mapping.h322 static inline bool AddrIsInMidMem(uptr a) { in AddrIsInMidMem() function
369 return AddrIsInLowMem(a) || AddrIsInMidMem(a) || AddrIsInHighMem(a) || in AddrIsInMem()
H A Dasan_mapping_sparc64.h76 static inline bool AddrIsInMidMem(uptr a) { in AddrIsInMidMem() function