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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgogo.cc3895 Function_type *new_fntype = Type::make_function_type(NULL, new_params, local
3899 new_fntype->set_is_varargs();
3905 Named_object *new_no = gogo->start_function(name, new_fntype, false,
H A Dexpressions.cc6363 Function_type* new_fntype = orig_fntype->copy_with_names(); local
6365 Named_object* new_no = gogo->start_function(Gogo::thunk_name(), new_fntype,
6390 const Typed_identifier_list* new_params = new_fntype->parameters();
11200 Function_type* new_fntype = orig_fntype->copy_with_names(); local
11202 Named_object* new_no = gogo->start_function(Gogo::thunk_name(), new_fntype,
11228 const Typed_identifier_list* new_params = new_fntype->parameters();

Completed in 138 milliseconds