Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp1029 APValue *createHeapAlloc(const Expr *E, QualType T, LValue &LV);
1887 APValue *EvalInfo::createHeapAlloc(const Expr *E, QualType T, LValue &LV) { in createHeapAlloc() function in EvalInfo
6617 APValue *Val = Info.createHeapAlloc(E, AllocType, Result); in HandleOperatorNewCall()
9491 Val = Info.createHeapAlloc(E, AllocType, Result); in VisitCXXNewExpr()