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 79 of file PointerLikeTypeTraits.h.
typedef PointerLikeTypeTraits<T> llvm::PointerLikeTypeTraits< const T >::NonConst |
Definition at line 80 of file PointerLikeTypeTraits.h.
|
inlinestatic |
Definition at line 82 of file PointerLikeTypeTraits.h.
References P.
|
inlinestatic |
Definition at line 85 of file PointerLikeTypeTraits.h.
References P.
|
staticconstexpr |
Definition at line 88 of file PointerLikeTypeTraits.h.