|
LLVM
3.7.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 183 of file PointerIntPair.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NumLowBitsAvailable | |
Definition at line 198 of file PointerIntPair.h.
|
inlinestatic |
Definition at line 187 of file PointerIntPair.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits >::getOpaqueValue().
|
inlinestatic |
Definition at line 191 of file PointerIntPair.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits >::getFromOpaqueValue().
|
inlinestatic |
Definition at line 195 of file PointerIntPair.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits >::getFromOpaqueValue().
1.8.6