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

/freebsd-11-stable/contrib/gcc/
H A Dc-decl.c4147 grokparm (const struct c_parm *parm)
4161 push_parm_decl (const struct c_parm *parm)
7688 /* Return a c_parm structure with the given SPECS, ATTRS and DECLARATOR. */
7690 struct c_parm *
7694 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;
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,

Completed in 248 milliseconds