|
LLVM 23.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 243 of file PointerIntPair.h.
|
inlinestatic |
Definition at line 246 of file PointerIntPair.h.
References P.
|
inlinestatic |
Definition at line 256 of file PointerIntPair.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getFromOpaqueValue(), and P.
|
inlinestatic |
Definition at line 251 of file PointerIntPair.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getFromOpaqueValue(), and P.
|
staticconstexpr |
Definition at line 260 of file PointerIntPair.h.