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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc14598 method_table_type_(NULL), bvar_(NULL)
14642 Type* method_table_type_; member in class:Interface_mtable_expression
14659 if (this->method_table_type_ != NULL)
14660 return this->method_table_type_;
14673 this->method_table_type_ = Type::make_struct_type(sfl, this->location());
14674 return this->method_table_type_;

Completed in 183 milliseconds