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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc15101 class Compound_expression : public Expression class in inherits:Expression
15104 Compound_expression(Expression* init, Expression* expr, Location location) function in class:Compound_expression
15121 return new Compound_expression(this->init_->copy(), this->expr_->copy(),
15141 Compound_expression::do_traverse(Traverse* traverse)
15152 Compound_expression::do_type()
15160 Compound_expression::do_determine_type(const Type_context* context)
15169 Compound_expression::do_get_backend(Translate_context* context)
15182 Compound_expression::do_dump_expression(
15197 return new Compound_expression(init, expr, location);

Completed in 213 milliseconds