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

/freebsd-11.0-release/contrib/gcc/
H A Dc-tree.h221 struct c_declspecs { struct
363 struct c_declspecs *specs;
371 struct c_declspecs *specs;
456 extern int quals_from_declspecs (const struct c_declspecs *);
457 extern struct c_declarator *build_array_declarator (tree, struct c_declspecs *,
472 extern tree grokfield (struct c_declarator *, struct c_declspecs *, tree);
475 extern tree grokblockdecl (struct c_declspecs *, struct c_declarator *);
488 extern void shadow_tag (const struct c_declspecs *);
489 extern void shadow_tag_warned (const struct c_declspecs *, int);
491 extern int start_function (struct c_declspecs *, struc
[all...]
H A Dc-decl.c426 struct c_declspecs *,
2956 shadow_tag (const struct c_declspecs *declspecs)
2964 shadow_tag_warned (const struct c_declspecs *declspecs, int warned)
3092 quals_from_declspecs (const struct c_declspecs *specs)
3125 build_array_declarator (tree expr, struct c_declspecs *quals, bool static_p,
3211 grokblockdecl (struct c_declspecs *specs, struct c_declarator *declarator)
3263 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs,
4427 DECLSPECS is a c_declspecs structure for the declaration specifiers.
4452 struct c_declspecs *declspecs,
5952 grokfield (struct c_declarator *declarator, struct c_declspecs *declspec
[all...]
H A Dc-parser.c1053 static void c_parser_declspecs (c_parser *, struct c_declspecs *, bool, bool,
1346 struct c_declspecs *specs;
1687 c_parser_declspecs (c_parser *parser, struct c_declspecs *specs,
2155 struct c_declspecs *specs;
2433 struct c_declspecs *quals_attrs = build_null_declspecs ();
2445 struct c_declspecs *quals_attrs = build_null_declspecs ();
2599 struct c_declspecs *quals_attrs = build_null_declspecs ();
2875 struct c_declspecs *specs;
3159 struct c_declspecs *specs = build_null_declspecs ();
9177 struct c_declspecs *spec
[all...]

Completed in 83 milliseconds