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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgogo.cc3851 Typed_identifier_list* new_params = new Typed_identifier_list(); local
3859 new_params->push_back(Typed_identifier(receiver_name, receiver->type(),
3871 new_params->push_back(Typed_identifier(buf, p->type(),
3878 new_params->push_back(Typed_identifier(can_recover_name,
3895 Function_type *new_fntype = Type::make_function_type(NULL, new_params,
3944 if (new_params != NULL)
3948 for (Typed_identifier_list::const_iterator p = new_params->begin();
3949 p + 1 != new_params->end();
H A Dtypes.cc4174 Typed_identifier_list* new_params = new Typed_identifier_list(); local
4180 new_params->push_back(receiver);
4187 new_params->push_back(*p);
4189 return Type::make_function_type(NULL, new_params, this->results_,
4199 Typed_identifier_list* new_params = new Typed_identifier_list(); local
4211 new_params->push_back(Typed_identifier(buf, p->type(),
4230 return Type::make_function_type(NULL, new_params, new_results,
H A Dexpressions.cc6390 const Typed_identifier_list* new_params = new_fntype->parameters(); local
6392 for (Typed_identifier_list::const_iterator p = new_params->begin();
6393 p != new_params->end();
11228 const Typed_identifier_list* new_params = new_fntype->parameters(); local
11230 for (Typed_identifier_list::const_iterator p = new_params->begin();
11231 p != new_params->end();

Completed in 132 milliseconds