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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc4181 const Typed_identifier_list* orig_params = this->parameters_; local
4182 if (orig_params != NULL && !orig_params->empty())
4184 for (Typed_identifier_list::const_iterator p = orig_params->begin();
4185 p != orig_params->end();
4200 const Typed_identifier_list* orig_params = this->parameters_; local
4201 if (orig_params != NULL && !orig_params->empty())
4205 for (Typed_identifier_list::const_iterator p = orig_params->begin();
4206 p != orig_params
[all...]
H A Dgogo.cc3862 const Typed_identifier_list* orig_params = orig_fntype->parameters(); local
3863 if (orig_params != NULL && !orig_params->empty())
3865 for (Typed_identifier_list::const_iterator p = orig_params->begin();
3866 p != orig_params->end();
H A Dexpressions.cc6384 const Typed_identifier_list* orig_params = orig_fntype->parameters(); local
6386 if (orig_params == NULL || orig_params->empty())
11222 const Typed_identifier_list* orig_params = orig_fntype->parameters(); local
11224 if (orig_params == NULL || orig_params->empty())
/haiku-buildtools/gcc/gcc/cp/
H A Dtypeck.c3401 vec<tree, va_gc> *orig_params = params;
3408 gcc_assert (params == orig_params);
3395 vec<tree, va_gc> *orig_params = params; local

Completed in 115 milliseconds