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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc2415 Type* nonmethod_type = mtype->copy_without_receiver(); local
2419 vals->push_back(Expression::make_type_descriptor(nonmethod_type, bloc));
2424 nonmethod_type = mtype->copy_with_receiver_as_param(want_pointer_receiver);
2425 vals->push_back(Expression::make_type_descriptor(nonmethod_type, bloc));

Completed in 101 milliseconds