LLVM API Documentation
#include <PointerLikeTypeTraits.h>
Public Types | |
| enum | { NumLowBitsAvailable = NonConst::NumLowBitsAvailable } |
Static Public Member Functions | |
| static const void * | getAsVoidPointer (const T *P) |
| static const T * | getFromVoidPointer (const void *P) |
Definition at line 52 of file PointerLikeTypeTraits.h.
| anonymous enum |
Definition at line 62 of file PointerLikeTypeTraits.h.
| static const void* llvm::PointerLikeTypeTraits< const T * >::getAsVoidPointer | ( | const T * | P | ) | [inline, static] |
Definition at line 56 of file PointerLikeTypeTraits.h.
| static const T* llvm::PointerLikeTypeTraits< const T * >::getFromVoidPointer | ( | const void * | P | ) | [inline, static] |
Definition at line 59 of file PointerLikeTypeTraits.h.