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

/haiku-buildtools/gcc/gcc/
H A Dtree-object-size.c869 tree then_, else_; local
879 then_ = gimple_assign_rhs2 (stmt);
882 if (TREE_CODE (then_) == SSA_NAME)
883 reexamine |= merge_object_sizes (osi, var, then_, 0);
885 expr_object_size (osi, var, then_);
H A Dgimplify.c2690 tree then_ = TREE_OPERAND (expr, 1);
2696 bool then_se = then_ && TREE_SIDE_EFFECTS (then_);
2714 then_ = shortcut_cond_expr (expr);
2715 then_se = then_ && TREE_SIDE_EFFECTS (then_);
2717 expr = build3 (COND_EXPR, void_type_node, pred, then_, NULL_TREE);
2762 if (then_
2763 && TREE_CODE (then_) == GOTO_EXPR
2764 && TREE_CODE (GOTO_DESTINATION (then_))
2687 tree then_ = TREE_OPERAND (expr, 1); local
3029 tree then_ = TREE_OPERAND (expr, 1), else_ = TREE_OPERAND (expr, 2); local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-gimplify.c185 tree stmt, cond, then_, else_; local
190 then_ = THEN_CLAUSE (stmt);
193 if (!then_)
194 then_ = build_empty_stmt (locus);
199 stmt = then_;
200 else if (integer_zerop (cond) && !TREE_SIDE_EFFECTS (then_))
203 stmt = build3 (COND_EXPR, void_type_node, cond, then_, else_);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc14987 cond_(cond), then_(then_expr), else_(else_expr)
15003 return new Conditional_expression(this->cond_->copy(), this->then_->copy(),
15017 Expression* then_; member in class:Conditional_expression
15028 || Expression::traverse(&this->then_, traverse) == TRAVERSE_EXIT
15040 if (Type::are_identical(this->then_->type(), this->else_->type(), false,
15042 result_type = this->then_->type();
15043 else if (this->then_->is_nil_expression()
15045 result_type = (!this->then_->is_nil_expression()
15046 ? this->then_->type()
15057 this->then_
[all...]

Completed in 208 milliseconds