Home
last modified time | relevance | path

Searched refs:getDynamicAlloc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h155 static LValueBase getDynamicAlloc(DynamicAllocLValue LV, QualType Type);
H A DPropertiesBase.td539 base = APValue::LValueBase::getDynamicAlloc(
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc() function in APValue::LValueBase
H A DExprConstant.cpp1955 LV.set(APValue::LValueBase::getDynamicAlloc(DA, T)); in createHeapAlloc()