LLVM 20.0.0git
|
#include "llvm/ADT/PointerIntPair.h"
Static Public Member Functions | |
static void * | getAsVoidPointer (const PointerIntPair< PointerTy, IntBits, IntType > &P) |
static PointerIntPair< PointerTy, IntBits, IntType > | getFromVoidPointer (void *P) |
static PointerIntPair< PointerTy, IntBits, IntType > | getFromVoidPointer (const void *P) |
Static Public Attributes | |
static constexpr int | NumLowBitsAvailable |
Definition at line 245 of file PointerIntPair.h.
|
inlinestatic |
Definition at line 248 of file PointerIntPair.h.
References P.
|
inlinestatic |
Definition at line 258 of file PointerIntPair.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getFromOpaqueValue(), and P.
|
inlinestatic |
Definition at line 253 of file PointerIntPair.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getFromOpaqueValue(), and P.
|
staticconstexpr |
Definition at line 262 of file PointerIntPair.h.