Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h307 struct c_declspecs { struct
500 struct c_declspecs *specs;
508 struct c_declspecs *specs;
577 extern int quals_from_declspecs (const struct c_declspecs *);
579 struct c_declspecs *,
606 struct c_declspecs *, tree, tree *);
622 extern void shadow_tag (const struct c_declspecs *);
623 extern void shadow_tag_warned (const struct c_declspecs *, int);
625 extern bool start_function (struct c_declspecs *, struct c_declarator *, tree);
626 extern tree start_decl (struct c_declarator *, struct c_declspecs *, bool,
[all …]
H A Dgimple-parser.h27 extern void c_parser_gimple_or_rtl_pass_list (c_parser *, c_declspecs *);
H A Dc-parser.h192 extern void c_parser_declspecs (c_parser *, struct c_declspecs *, bool, bool,
H A Dc-decl.cc610 struct c_declspecs *,
4683 shadow_tag (const struct c_declspecs *declspecs) in shadow_tag()
4691 shadow_tag_warned (const struct c_declspecs *declspecs, int warned) in shadow_tag_warned()
4891 quals_from_declspecs (const struct c_declspecs *specs) in quals_from_declspecs()
4930 tree expr, struct c_declspecs *quals, bool static_p, in build_array_declarator()
5100 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs, in start_decl()
6265 struct c_declspecs *declspecs, in grokdeclarator()
8359 struct c_declarator *declarator, struct c_declspecs *declspecs, in grokfield()
9502 start_function (struct c_declspecs *declspecs, struct c_declarator *declarator, in start_function()
10690 build_c_parm (struct c_declspecs *specs, tree attrs, in build_c_parm()
[all …]
H A Dgimple-parser.cc1927 c_parser_gimple_or_rtl_pass_list (c_parser *parser, c_declspecs *specs) in c_parser_gimple_or_rtl_pass_list()
2043 struct c_declspecs *specs = build_null_declspecs (); in c_parser_gimple_declaration()
H A DChangeLog512 * c-tree.h (struct c_declspecs): Add unavailable_p.
1751 (struct c_declspecs): Update description of attrs. Add
2286 * c-tree.h (struct c_declspecs): Add hot_bb_threshold
2343 (struct c_declspecs): Merge gimple_p and rtl_p into declspec_il
4187 (struct c_declspecs): Rename field "gimple_pass" to
4330 (struct c_declspecs): Add gimple_pass member and gimple_p flag.
4526 (struct c_declspecs): Add field floatn_nx_idx.
6661 (struct c_declspecs): Add int_n_idx field to record *which* __intN
7684 * c-tree.h (struct c_declspecs): Add thread_gnu_p field.
7740 (struct c_declspecs): Add atomic_p field.
H A Dc-parser.cc1619 (c_parser *, struct c_declspecs *);
1904 struct c_declspecs *specs; in c_parser_declaration_or_fndef()
2812 c_parser_declspecs (c_parser *parser, struct c_declspecs *specs, in c_parser_declspecs()
3546 struct c_declspecs *specs; in c_parser_struct_declaration()
3883 struct c_declspecs *quals_attrs = build_null_declspecs (); in c_parser_declarator()
4053 struct c_declspecs *quals_attrs = build_null_declspecs (); in c_parser_direct_declarator_inner()
4356 struct c_declspecs *specs; in c_parser_parameter_declaration()
5142 struct c_declspecs *specs = build_null_declspecs (); in c_parser_type_name()
11988 struct c_declspecs *specs) in c_parser_objc_diagnose_bad_element_prefix()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h307 struct c_declspecs { struct
498 struct c_declspecs *specs;
506 struct c_declspecs *specs;
564 extern int quals_from_declspecs (const struct c_declspecs *);
566 struct c_declspecs *,
591 struct c_declspecs *, tree, tree *);
607 extern void shadow_tag (const struct c_declspecs *);
608 extern void shadow_tag_warned (const struct c_declspecs *, int);
610 extern bool start_function (struct c_declspecs *, struct c_declarator *, tree);
611 extern tree start_decl (struct c_declarator *, struct c_declspecs *, bool,
[all …]
H A Dgimple-parser.h27 extern void c_parser_gimple_or_rtl_pass_list (c_parser *, c_declspecs *);
H A Dc-parser.h192 extern void c_parser_declspecs (c_parser *, struct c_declspecs *, bool, bool,
H A Dc-decl.c601 struct c_declspecs *,
4592 shadow_tag (const struct c_declspecs *declspecs) in shadow_tag()
4600 shadow_tag_warned (const struct c_declspecs *declspecs, int warned) in shadow_tag_warned()
4800 quals_from_declspecs (const struct c_declspecs *specs) in quals_from_declspecs()
4838 tree expr, struct c_declspecs *quals, bool static_p, in build_array_declarator()
4998 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs, in start_decl()
5947 struct c_declspecs *declspecs, in grokdeclarator()
8038 struct c_declarator *declarator, struct c_declspecs *declspecs, in grokfield()
9119 start_function (struct c_declspecs *declspecs, struct c_declarator *declarator, in start_function()
10293 build_c_parm (struct c_declspecs *specs, tree attrs, in build_c_parm()
[all …]
H A Dgimple-parser.c1901 c_parser_gimple_or_rtl_pass_list (c_parser *parser, c_declspecs *specs) in c_parser_gimple_or_rtl_pass_list()
2017 struct c_declspecs *specs = build_null_declspecs (); in c_parser_gimple_declaration()
H A Dc-parser.c1585 (c_parser *, struct c_declspecs *);
1867 struct c_declspecs *specs; in c_parser_declaration_or_fndef()
2770 c_parser_declspecs (c_parser *parser, struct c_declspecs *specs, in c_parser_declspecs()
3504 struct c_declspecs *specs; in c_parser_struct_declaration()
3846 struct c_declspecs *quals_attrs = build_null_declspecs (); in c_parser_declarator()
4016 struct c_declspecs *quals_attrs = build_null_declspecs (); in c_parser_direct_declarator_inner()
4319 struct c_declspecs *specs; in c_parser_parameter_declaration()
5153 struct c_declspecs *specs = build_null_declspecs (); in c_parser_type_name()
11924 struct c_declspecs *specs) in c_parser_objc_diagnose_bad_element_prefix()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20048826 (struct c_declspecs): Add tag_defined_p. Adjust definition of
12334 (struct c_declspecs): Adjust description of "type". Remove
12863 * c-tree.h (struct c_declspecs): Add const_p, volatile_p and
13241 (struct c_declspecs): Add storage_class, inline_p and thread_p.
13409 * c-tree.h (struct c_declspecs): Remove typedef_decl. Add
14228 * c-tree.h (struct c_declspecs): New.
H A DChangeLog-20094686 * c-tree.h (struct c_declspecs): Add address_space member.
30827 (struct c_declspecs): Add elements expr and expr_const_operands.
H A DChangeLog-201224395 (struct c_declspecs::locations): New member.
24400 c_declspecs::locations member.
H A DChangeLog-200530794 * c-tree.h (struct c_declspecs): Add declspecs_seen_p and
30800 new c_declspecs members.
H A DChangeLog-20105355 (struct c_declspecs): Replace tagdef_seen_p and type_seen_p
33526 (struct c_declspecs): Convert typespec_word, storage_class, and
H A DChangeLog-20114629 * c-tree.h (struct c_declspecs): Add align_log and alignas_p fields.
14022 * c-tree.h (struct c_declspecs): Add noreturn_p.
H A DChangeLog-200710539 (c_declspecs): Add saturating_p.