Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_mapping.h267 static inline bool AddrIsInMidMem(uptr a) { in AddrIsInMidMem() function
274 return AddrIsInLowMem(a) || AddrIsInMidMem(a) || AddrIsInHighMem(a); in AddrIsInMem()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_mapping.h336 static inline bool AddrIsInMidMem(uptr a) { in AddrIsInMidMem() function
381 return AddrIsInLowMem(a) || AddrIsInMidMem(a) || AddrIsInHighMem(a) || in AddrIsInMem()
Dasan_mapping_myriad.h57 static inline bool AddrIsInMidMem(uptr a) { in AddrIsInMidMem() function
Dasan_mapping_sparc64.h74 static inline bool AddrIsInMidMem(uptr a) { in AddrIsInMidMem() function