LLVM 20.0.0git
|
Provide PointerLikeTypeTraits for void* that is used by PointerUnion for the template arguments. More...
#include "llvm/ADT/PointerUnion.h"
Static Public Member Functions | |
static void * | getAsVoidPointer (void *P) |
static void * | getFromVoidPointer (void *P) |
Static Public Attributes | |
static constexpr int | NumLowBitsAvailable = lowBitsAvailable<PTs...>() |
Provide PointerLikeTypeTraits for void* that is used by PointerUnion for the template arguments.
Definition at line 48 of file PointerUnion.h.
|
inlinestatic |
Definition at line 50 of file PointerUnion.h.
References P.
|
inlinestatic |
Definition at line 51 of file PointerUnion.h.
References P.
|
staticconstexpr |
Definition at line 52 of file PointerUnion.h.