LLVM 20.0.0git
|
#include "llvm/ADT/PointerIntPair.h"
Public Member Functions | |
constexpr | PunnedPointer (intptr_t i=0) |
constexpr intptr_t | asInt () const |
constexpr | operator intptr_t () const |
constexpr PunnedPointer & | operator= (intptr_t V) |
Ptr * | getPointerAddress () |
const Ptr * | getPointerAddress () const |
Definition at line 28 of file PointerIntPair.h.
|
inlineexplicitconstexpr |
Definition at line 37 of file PointerIntPair.h.
|
inlineconstexpr |
Definition at line 39 of file PointerIntPair.h.
Referenced by llvm::detail::PunnedPointer< Ptr >::operator intptr_t().
|
inline |
Definition at line 52 of file PointerIntPair.h.
References Ptr.
|
inline |
Definition at line 53 of file PointerIntPair.h.
References Ptr.
|
inlineconstexpr |
Definition at line 45 of file PointerIntPair.h.
References llvm::detail::PunnedPointer< Ptr >::asInt().
|
inlineconstexpr |
Definition at line 47 of file PointerIntPair.h.