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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h1204 methods_constructor(Gogo*, Type* methods_type, const Methods*,
H A Dtypes.cc2323 Type::methods_constructor(Gogo* gogo, Type* methods_type, argument
2353 return Expression::make_slice_composite_literal(methods_type, NULL, bloc);
2357 Type* method_type = methods_type->array_type()->element_type();
2368 return Expression::make_slice_composite_literal(methods_type, vals, bloc);

Completed in 73 milliseconds