Home | History | Annotate | Download | only in src

Lines Matching refs:decl

58  * \param decl  the formal argument
61 static void add_param (char const *type, char *decl, location loc);
716 declaration DECL and location LOC. */
719 add_param (char const *type, char *decl, location loc)
730 for (p = decl; p[1]; p++)
731 if ((p == decl
742 ++decl;
743 while (c_isspace ((unsigned char) *decl))
744 ++decl;
751 muscle_pair_list_grow (type, decl, name);