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

/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_mapping_sparc64.h76 static inline bool AddrIsInMidMem(uptr a) { function in namespace:__asan
H A Dasan_mapping.h319 static inline bool AddrIsInMidMem(uptr a) {
366 return AddrIsInLowMem(a) || AddrIsInMidMem(a) || AddrIsInHighMem(a) ||

Completed in 115 milliseconds