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

/freebsd-10-stable/contrib/gcc/
H A Dc-tree.h308 struct c_arg_info { struct
339 struct c_arg_info *arg_info;
388 struct c_arg_info * GTY((skip)) arg_info;
471 extern struct c_arg_info *get_parm_info (bool);
496 extern void store_parm_decls_from (struct c_arg_info *);
504 extern struct c_declarator *build_function_declarator (struct c_arg_info *,
H A Dc-parser.c1066 static struct c_arg_info *c_parser_parms_declarator (c_parser *, bool, tree);
1067 static struct c_arg_info *c_parser_parms_list_declarator (c_parser *, tree);
2541 struct c_arg_info *args
2665 struct c_arg_info *args;
2685 static struct c_arg_info *
2716 struct c_arg_info *ret = XOBNEW (&parser_obstack, struct c_arg_info);
2737 struct c_arg_info *ret = c_parser_parms_list_declarator (parser, attrs);
2747 static struct c_arg_info *
2759 struct c_arg_info *re
[all...]
H A Dc-decl.c121 static struct c_arg_info *current_function_arg_info;
428 static tree grokparms (struct c_arg_info *, bool);
3514 struct c_arg_info * arg_info;
3526 arg_info = xcalloc (1, sizeof (struct c_arg_info));
3578 struct c_arg_info * arg_info;
3585 arg_info = xcalloc (1, sizeof (struct c_arg_info));
4481 struct c_arg_info *arg_info = 0;
5175 arg_info = XOBNEW (&parser_obstack, struct c_arg_info);
5568 grokparms (struct c_arg_info *arg_info, bool funcdef_flag)
5649 /* Take apart the current scope and return a c_arg_info structur
[all...]
H A Dc-common.h1072 struct c_arg_info * arg_info;

Completed in 173 milliseconds