Home
last modified time | relevance | path

Searched refs:c_declarator (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dc-tree.h328 struct c_declarator { struct
332 struct c_declarator *declarator; argument
365 struct c_declarator *declarator; argument
375 struct c_declarator *declarator;
456 extern struct c_declarator *build_array_declarator (tree, struct c_declspecs *,
471 extern tree grokfield (struct c_declarator *, struct c_declspecs *, tree);
474 extern tree grokblockdecl (struct c_declspecs *, struct c_declarator *);
482 extern struct c_declarator *set_array_declarator_inner (struct c_declarator *,
483 struct c_declarator *,
490 extern int start_function (struct c_declspecs *, struct c_declarator *, tree);
[all …]
Dc-decl.c423 static tree grokdeclarator (const struct c_declarator *,
3108 struct c_declarator *
3112 struct c_declarator *declarator = XOBNEW (&parser_obstack, in build_array_declarator()
3113 struct c_declarator); in build_array_declarator()
3155 struct c_declarator *
3156 set_array_declarator_inner (struct c_declarator *decl, in set_array_declarator_inner()
3157 struct c_declarator *inner, in set_array_declarator_inner()
3195 grokblockdecl (struct c_declspecs *specs, struct c_declarator *declarator) in grokblockdecl()
3247 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs, in start_decl()
3407 struct c_declarator *ce = declarator; in start_decl()
[all …]
Dc-parser.c1057 static struct c_declarator *c_parser_declarator (c_parser *, bool, c_dtr_syn,
1059 static struct c_declarator *c_parser_direct_declarator (c_parser *, bool,
1061 static struct c_declarator *c_parser_direct_declarator_inner (c_parser *,
1063 struct c_declarator *);
1404 struct c_declarator *declarator; in c_parser_declaration_or_fndef()
2204 struct c_declarator *declarator; in c_parser_struct_declaration()
2424 static struct c_declarator *
2432 struct c_declarator *inner; in c_parser_declarator()
2444 struct c_declarator *inner; in c_parser_declarator()
2463 static struct c_declarator *
[all …]
DChangeLog-200412865 (struct c_declarator): Change u.array.quals and pointer_quals to
14229 (struct c_declarator, struct c_type_name, struct c_parm): Update
14284 c_declarator, struct c_type_name, struct c_parm): New.
DChangeLog-200529271 * c-tree.h (struct c_declarator): New id_loc field.
29282 (build_id_declarator): Initialize c_declarator's id_loc field.