clang: clang::DynamicAllocLValue Class Reference (original) (raw)
Symbolic representation of a dynamic allocation. More...
#include "[clang/AST/APValue.h](APValue%5F8h%5Fsource.html)"
Symbolic representation of a dynamic allocation.
Definition at line 65 of file APValue.h.
clang::DynamicAllocLValue::DynamicAllocLValue ( ) |
inline |
◆ DynamicAllocLValue() [2/2]
clang::DynamicAllocLValue::DynamicAllocLValue ( unsigned Index) |
inlineexplicit |
◆ getFromOpaqueValue()
static DynamicAllocLValue clang::DynamicAllocLValue::getFromOpaqueValue ( void * Value) |
inlinestatic |
◆ getIndex()
unsigned clang::DynamicAllocLValue::getIndex ( ) |
inline |
◆ getMaxIndex()
static unsigned clang::DynamicAllocLValue::getMaxIndex ( ) |
inlinestatic |
◆ getOpaqueValue()
void * clang::DynamicAllocLValue::getOpaqueValue ( ) |
inline |
◆ operator bool()
clang::DynamicAllocLValue::operator bool ( ) const |
inlineexplicit |
◆ NumLowBitsAvailable
constexpr int clang::DynamicAllocLValue::NumLowBitsAvailable = 3 |
staticconstexpr |
The documentation for this class was generated from the following file: