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

/freebsd-10-stable/contrib/gcc/
H A Dc-tree.h369 struct c_parm { struct
476 extern tree grokparm (const struct c_parm *);
482 extern void push_parm_decl (const struct c_parm *);
500 extern struct c_parm *build_c_parm (struct c_declspecs *, tree,
H A Dc-decl.c4153 grokparm (const struct c_parm *parm)
4167 push_parm_decl (const struct c_parm *parm)
7694 /* Return a c_parm structure with the given SPECS, ATTRS and DECLARATOR. */
7696 struct c_parm *
7700 struct c_parm *ret = XOBNEW (&parser_obstack, struct c_parm);
H A Dc-parser.c1068 static struct c_parm *c_parser_parameter_declaration (c_parser *, tree);
2799 struct c_parm *parm = c_parser_parameter_declaration (parser, attrs);
2872 static struct c_parm *
6715 struct c_parm *parm;
6857 struct c_parm *parm;

Completed in 87 milliseconds