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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc14355 iface_(iface), iface_info_(iface_info)
14369 return new Interface_info_expression(this->iface_->copy(),
14381 { this->iface_->issue_nil_check(); }
14385 Expression* iface_; member in class:Interface_info_expression
14400 if (this->iface_->type()->interface_type()->is_empty())
14408 Interface_type* itype = this->iface_->type()->interface_type();
14456 Bexpression* biface = this->iface_->get_backend(context);
14475 bool is_empty = this->iface_->type()->interface_type()->is_empty();
14477 this->iface_->dump_expression(ast_dump_context);

Completed in 115 milliseconds