clang
10.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 |
|
inlineexplicit |
|
inlinestatic |
Definition at line 72 of file APValue.h.
References V.
Referenced by llvm::PointerLikeTypeTraits< clang::DynamicAllocLValue >::getFromVoidPointer().
|
inline |
Definition at line 64 of file APValue.h.
Referenced by llvm::DenseMapInfo< ObjectUnderConstruction >::isEqual().
|
inlinestatic |
|
inline |
Definition at line 68 of file APValue.h.
Referenced by llvm::PointerLikeTypeTraits< clang::DynamicAllocLValue >::getAsVoidPointer().
|
inlineexplicit |
|
static |