Searched refs:cond_out (Results 1 – 1 of 1) sorted by relevance
1033 Environment cond_out = VisitStmt(stmt->getCond(), env); in DECL_VISIT_STMT() local1034 Environment then_out = VisitStmt(stmt->getThen(), cond_out); in DECL_VISIT_STMT()1035 Environment else_out = VisitStmt(stmt->getElse(), cond_out); in DECL_VISIT_STMT()