|
LLVM 23.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 244 of file PointerUnion.h.
|
inlinestatic |
Definition at line 245 of file PointerUnion.h.
References P.
|
inlinestatic |
Definition at line 249 of file PointerUnion.h.
References llvm::PointerUnion< PTs >::getFromOpaqueValue(), and P.
|
staticconstexpr |
Definition at line 255 of file PointerUnion.h.