Searched refs:then_ (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dcp-gimplify.c162 tree stmt, cond, then_, else_; local
166 then_ = THEN_CLAUSE (stmt);
169 if (!then_)
170 then_ = build_empty_stmt ();
175 stmt = then_;
176 else if (integer_zerop (cond) && !TREE_SIDE_EFFECTS (then_))
179 stmt = build3 (COND_EXPR, void_type_node, cond, then_, else_);
/freebsd-9.3-release/contrib/gcc/
H A Dgimplify.c2222 tree then_ = TREE_OPERAND (expr, 1);
2228 bool then_se = then_ && TREE_SIDE_EFFECTS (then_);
2238 then_ = shortcut_cond_expr (expr);
2239 then_se = then_ && TREE_SIDE_EFFECTS (then_);
2241 expr = build3 (COND_EXPR, void_type_node, pred, then_, NULL_TREE);
2278 if (then_
2279 && TREE_CODE (then_) == GOTO_EXPR
2280 && TREE_CODE (GOTO_DESTINATION (then_))
2221 tree then_ = TREE_OPERAND (expr, 1); local
[all...]

Completed in 66 milliseconds