Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1098 APValue *createHeapAlloc(const Expr *E, QualType T, LValue &LV);
1954 APValue *EvalInfo::createHeapAlloc(const Expr *E, QualType T, LValue &LV) { in createHeapAlloc() function in EvalInfo
6875 APValue *Val = Info.createHeapAlloc(E, AllocType, Result); in HandleOperatorNewCall()
10067 Val = Info.createHeapAlloc(E, AllocType, Result); in VisitCXXNewExpr()