LLVM 20.0.0git
|
#include "llvm/ADT/PointerUnion.h"
Static Public Member Functions | |
static void * | getAsVoidPointer (const PointerUnion< PTs... > &P) |
static PointerUnion< PTs... > | getFromVoidPointer (void *P) |
Static Public Attributes | |
static constexpr int | NumLowBitsAvailable |
Definition at line 265 of file PointerUnion.h.
|
inlinestatic |
Definition at line 266 of file PointerUnion.h.
References P.
|
inlinestatic |
Definition at line 270 of file PointerUnion.h.
References llvm::PointerUnion< PTs >::getFromOpaqueValue(), and P.
|
staticconstexpr |
Definition at line 276 of file PointerUnion.h.