|
clang 22.0.0git
|
Symbolic representation of a dynamic allocation. More...
#include "clang/AST/APValue.h"
Public Member Functions | |
| DynamicAllocLValue () | |
| DynamicAllocLValue (unsigned Index) | |
| unsigned | getIndex () |
| operator bool () const | |
| void * | getOpaqueValue () |
Static Public Member Functions | |
| static DynamicAllocLValue | getFromOpaqueValue (void *Value) |
| static unsigned | getMaxIndex () |
Static Public Attributes | |
| static constexpr int | NumLowBitsAvailable = 3 |
|
inline |
Definition at line 69 of file APValue.h.
Referenced by getFromOpaqueValue().
|
inlineexplicit |
|
inlinestatic |
Definition at line 79 of file APValue.h.
References DynamicAllocLValue(), NumLowBitsAvailable, and V.
Referenced by llvm::PointerLikeTypeTraits< clang::DynamicAllocLValue >::getFromVoidPointer().
|
inlinestatic |
Definition at line 85 of file APValue.h.
References NumLowBitsAvailable.
|
inline |
Definition at line 75 of file APValue.h.
References NumLowBitsAvailable.
|
inlineexplicit |
|
staticconstexpr |
Definition at line 89 of file APValue.h.
Referenced by getFromOpaqueValue(), getMaxIndex(), and getOpaqueValue().