|
LLVM 23.0.0git
|
#include "llvm/Support/PointerLikeTypeTraits.h"
Public Types | |
| using | NonConst = PointerLikeTypeTraits<T> |
Static Public Member Functions | |
| static const void * | getAsVoidPointer (const T P) |
| static const T | getFromVoidPointer (const void *P) |
Static Public Attributes | |
| static constexpr int | NumLowBitsAvailable = NonConst::NumLowBitsAvailable |
Definition at line 72 of file PointerLikeTypeTraits.h.
| using llvm::PointerLikeTypeTraits< const T >::NonConst = PointerLikeTypeTraits<T> |
Definition at line 73 of file PointerLikeTypeTraits.h.
|
inlinestatic |
Definition at line 75 of file PointerLikeTypeTraits.h.
|
inlinestatic |
Definition at line 78 of file PointerLikeTypeTraits.h.
|
staticconstexpr |
Definition at line 81 of file PointerLikeTypeTraits.h.