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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc11610 class Allocation_expression : public Expression class in inherits:Expression
11613 Allocation_expression(Type* type, Location location) function in class:Allocation_expression
11633 { return new Allocation_expression(this->type_, this->location()); }
11649 Allocation_expression::do_get_backend(Translate_context* context)
11662 Allocation_expression::do_dump_expression(Ast_dump_context* ast_dump_context)
11675 return new Allocation_expression(type, location);

Completed in 295 milliseconds