Home | History | Annotate | Download | only in gcmole

Lines Matching full:out_env

775     Environment out_env = env;
777 out = ExprEffect::MergeSeq(out, VisitExpr(exprs[i], out_env));
778 out_env = out_env.ApplyEffect(out);