Home | History | Annotate | Download | only in Core

Lines Matching defs:Eng

408     ExprEngine &Eng;
412 DefaultEval(ExprEngine &eng, const CallExpr *ce)
413 : Eng(eng), CE(ce) {}
419 if (state == 0 && Eng.InlineCall(Dst, CE, Pred))
423 StmtNodeBuilder Bldr(Pred, Dst, *Eng.currentBuilderContext);
439 ResultTy = Eng
442 SValBuilder &SVB = Eng.getSValBuilder();
443 unsigned Count = Eng.currentBuilderContext->getCurrentBlockCount();
451 state = Eng.invalidateArguments(state, CallOrObjCMessage(CE, state, LCtx),