Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp555 APValue &createTemporary(const void *Key, bool IsLifetimeExtended);
1242 APValue &CallStackFrame::createTemporary(const void *Key, in createTemporary() function in CallStackFrame
1622 static APValue &createTemporary(const KeyTy *Key, bool IsLifetimeExtended, in createTemporary() function
1626 return Frame.createTemporary(Key, IsLifetimeExtended); in createTemporary()
3862 APValue &Val = createTemporary(VD, true, Result, *Info.CurrentCall); in EvaluateVarDecl()
5955 APValue &Value = createTemporary(SubExpr, false, Result, in VisitCastExpr()
6900 APValue &Value = createTemporary(E, false, Result, *Info.CurrentCall); in VisitConstructExpr()
7264 !Evaluate(Info.CurrentCall->createTemporary(E->getCommonExpr(), false), in VisitArrayInitLoopExpr()
10782 APValue &Value = createTemporary(E, false, LV, *Info.CurrentCall); in Evaluate()
10788 APValue &Value = createTemporary(E, false, LV, *Info.CurrentCall); in Evaluate()
[all …]