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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Druntime.cc169 Interface_type* it = Type::make_interface_type(methods, bloc);
H A Dtypes.h544 make_interface_type(Typed_identifier_list* methods, Location);
H A Dtypes.cc8173 return Type::make_interface_type(methods, imp->location());
8179 Type::make_interface_type(Typed_identifier_list* methods, function in class:Type
H A Dparse.cc1228 Interface_type* ret = Type::make_interface_type(methods, location);
H A Dgogo.cc126 Interface_type *error_iface = Type::make_interface_type(methods, loc);

Completed in 114 milliseconds