reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
222 PointerIntPair<PointerTy, IntBits, IntType, PtrTraits>> { 224 getAsVoidPointer(const PointerIntPair<PointerTy, IntBits, IntType> &P) { 228 static inline PointerIntPair<PointerTy, IntBits, IntType> 230 return PointerIntPair<PointerTy, IntBits, IntType>::getFromOpaqueValue(P); 233 static inline PointerIntPair<PointerTy, IntBits, IntType> 235 return PointerIntPair<PointerTy, IntBits, IntType>::getFromOpaqueValue(P); 238 enum { NumLowBitsAvailable = PtrTraits::NumLowBitsAvailable - IntBits };