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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc7617 mfields(this->all_methods_->size() + 1);
7620 mfields[0].name = "__type_descriptor";
7621 mfields[0].btype = pdt->get_backend(gogo);
7622 mfields[0].location = loc;
7657 mfields[i].name = Gogo::unpack_hidden_name(p->name());
7658 mfields[i].btype = mft->get_backend_fntype(gogo);
7659 mfields[i].location = loc;
7666 Btype* st = gogo->backend()->struct_type(mfields);
7833 const Struct_field_list* mfields = elemtype->struct_type()->fields(); local
7838 Struct_field_list::const_iterator pmf = mfields
[all...]

Completed in 55 milliseconds