|
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 85 of file PointerLikeTypeTraits.h.
| using llvm::PointerLikeTypeTraits< const T * >::NonConst = PointerLikeTypeTraits<T *> |
Definition at line 86 of file PointerLikeTypeTraits.h.
|
inlinestatic |
Definition at line 88 of file PointerLikeTypeTraits.h.
|
inlinestatic |
Definition at line 91 of file PointerLikeTypeTraits.h.
|
staticconstexpr |
Definition at line 94 of file PointerLikeTypeTraits.h.