|
LLVM
4.0.0
|
#include <PointerIntPair.h>
Public Types | |
| enum | { NumLowBitsAvailable = PtrTraits::NumLowBitsAvailable - IntBits } |
Static Public Member Functions | |
| static void * | getAsVoidPointer (const PointerIntPair< PointerTy, IntBits, IntType > &P) |
| static PointerIntPair < PointerTy, IntBits, IntType > | getFromVoidPointer (void *P) |
| static PointerIntPair < PointerTy, IntBits, IntType > | getFromVoidPointer (const void *P) |
Definition at line 204 of file PointerIntPair.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NumLowBitsAvailable | |
Definition at line 219 of file PointerIntPair.h.
|
inlinestatic |
Definition at line 208 of file PointerIntPair.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getOpaqueValue().
|
inlinestatic |
Definition at line 212 of file PointerIntPair.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getFromOpaqueValue().
|
inlinestatic |
Definition at line 216 of file PointerIntPair.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getFromOpaqueValue().
1.8.6