LLVM 20.0.0git
|
#include "llvm/Support/PointerLikeTypeTraits.h"
Public Types | |
typedef PointerLikeTypeTraits< T * > | NonConst |
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 92 of file PointerLikeTypeTraits.h.
typedef PointerLikeTypeTraits<T *> llvm::PointerLikeTypeTraits< const T * >::NonConst |
Definition at line 93 of file PointerLikeTypeTraits.h.
|
inlinestatic |
Definition at line 95 of file PointerLikeTypeTraits.h.
References P.
|
inlinestatic |
Definition at line 98 of file PointerLikeTypeTraits.h.
References P.
|
staticconstexpr |
Definition at line 101 of file PointerLikeTypeTraits.h.