LLVM API Documentation
#include <PointerUnion.h>
Public Types | |
enum | { PT1BitsAv = (int)(PointerLikeTypeTraits<PT1>::NumLowBitsAvailable), PT2BitsAv = (int)(PointerLikeTypeTraits<PT2>::NumLowBitsAvailable) } |
Static Public Member Functions | |
static void * | getAsVoidPointer (void *P) |
static void * | getFromVoidPointer (void *P) |
Provide PointerLikeTypeTraits for void* that is used by PointerUnion for the two template arguments.
Definition at line 53 of file PointerUnion.h.
anonymous enum |
Enumerator | |
---|---|
PT1BitsAv | |
PT2BitsAv |
Definition at line 57 of file PointerUnion.h.
|
inlinestatic |
Definition at line 55 of file PointerUnion.h.
References P.
|
inlinestatic |
Definition at line 56 of file PointerUnion.h.
References P.