LLVM
15.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 222 of file PointerIntPair.h.
|
inlinestatic |
Definition at line 225 of file PointerIntPair.h.
References P.
|
inlinestatic |
Definition at line 235 of file PointerIntPair.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getFromOpaqueValue(), and P.
|
inlinestatic |
Definition at line 230 of file PointerIntPair.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getFromOpaqueValue(), and P.
|
staticconstexpr |
Definition at line 239 of file PointerIntPair.h.