|
LLVM
4.0.0
|
#include <PointerLikeTypeTraits.h>
Public Types | |
| enum | { NumLowBitsAvailable = detail::ConstantLog2<alignof(T)>::value } |
Static Public Member Functions | |
| static void * | getAsVoidPointer (T *P) |
| static T * | getFromVoidPointer (void *P) |
Definition at line 40 of file PointerLikeTypeTraits.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NumLowBitsAvailable | |
Definition at line 45 of file PointerLikeTypeTraits.h.
|
inlinestatic |
Definition at line 42 of file PointerLikeTypeTraits.h.
References P.
|
inlinestatic |
Definition at line 43 of file PointerLikeTypeTraits.h.
References P.
1.8.6