Home
last modified time | relevance | path

Searched refs:c_declspecs (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-tree.h221 struct c_declspecs { struct
357 struct c_declspecs *specs;
365 struct c_declspecs *specs;
450 extern int quals_from_declspecs (const struct c_declspecs *);
451 extern struct c_declarator *build_array_declarator (tree, struct c_declspecs *,
466 extern tree grokfield (struct c_declarator *, struct c_declspecs *, tree);
480 extern void shadow_tag (const struct c_declspecs *);
481 extern void shadow_tag_warned (const struct c_declspecs *, int);
483 extern int start_function (struct c_declspecs *, struct c_declarator *, tree);
484 extern tree start_decl (struct c_declarator *, struct c_declspecs *, bool,
[all …]
H A Dc-decl.c421 struct c_declspecs *,
2887 shadow_tag (const struct c_declspecs *declspecs) in shadow_tag()
2895 shadow_tag_warned (const struct c_declspecs *declspecs, int warned) in shadow_tag_warned()
3022 quals_from_declspecs (const struct c_declspecs *specs) in quals_from_declspecs()
3055 build_array_declarator (tree expr, struct c_declspecs *quals, bool static_p, in build_array_declarator()
3178 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs, in start_decl()
3903 struct c_declspecs *declspecs, in grokdeclarator()
5337 grokfield (struct c_declarator *declarator, struct c_declspecs *declspecs, in grokfield()
5998 start_function (struct c_declspecs *declspecs, struct c_declarator *declarator, in start_function()
7082 build_c_parm (struct c_declspecs *specs, tree attrs, in build_c_parm()
[all …]
H A Dc-parser.c985 static void c_parser_declspecs (c_parser *, struct c_declspecs *, bool, bool,
1260 struct c_declspecs *specs; in c_parser_declaration_or_fndef()
1537 c_parser_declspecs (c_parser *parser, struct c_declspecs *specs, in c_parser_declspecs()
2005 struct c_declspecs *specs; in c_parser_struct_declaration()
2271 struct c_declspecs *quals_attrs = build_null_declspecs (); in c_parser_declarator()
2419 struct c_declspecs *quals_attrs = build_null_declspecs (); in c_parser_direct_declarator_inner()
2695 struct c_declspecs *specs; in c_parser_parameter_declaration()
2979 struct c_declspecs *specs = build_null_declspecs (); in c_parser_type_name()