Searched refs:after_cond (Results 1 – 1 of 1) sorted by relevance
640 Environment after_cond = env.ApplyEffect(VisitExpr(expr->getCond(), env)); in DECL_VISIT_EXPR() local641 return ExprEffect::Merge(VisitExpr(expr->getTrueExpr(), after_cond), in DECL_VISIT_EXPR()642 VisitExpr(expr->getFalseExpr(), after_cond)); in DECL_VISIT_EXPR()