Home
last modified time | relevance | path

Searched refs:prefix_attributes (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19951013 (lang_extdef): Delete resetting of prefix_attributes.
1015 prefix_attributes.
1016 (condition): Use NULL_TREE for prefix_attributes.
1018 (nomods_initdcl0): Set prefix_attributes to NULL_TREE.
1019 (component_decl): Delete resetting of prefix_attributes.
1021 prefix_attributes.
1022 (simple_stmt): Delete resetting of prefix_attributes.
1322 * parse.y: Call cplus_decl_attributes with prefix_attributes where
1883 * parse.y (simple_stmt, decl case): Clear prefix_attributes.
2560 * parse.y (setattrs): Chain onto prefix_attributes rather than
[all …]
H A Dparser.cc13345 tree prefix_attributes = type_specifiers.attributes; in cp_parser_condition() local
13396 attributes, prefix_attributes, in cp_parser_condition()
22442 tree prefix_attributes; in cp_parser_init_declarator() local
22531 prefix_attributes = decl_specifiers->attributes; in cp_parser_init_declarator()
22589 prefix_attributes); in cp_parser_init_declarator()
22593 (parser, decl_specifiers, prefix_attributes, declarator)); in cp_parser_init_declarator()
22692 attributes, prefix_attributes, &pushed_scope); in cp_parser_init_declarator()
22821 attr_chainon (attributes, prefix_attributes)); in cp_parser_init_declarator()
26879 tree prefix_attributes; in cp_parser_member_declaration() local
27108 prefix_attributes = decl_specifiers.attributes; in cp_parser_member_declaration()
[all …]
H A Ddecl.cc5562 tree prefix_attributes, in start_decl() argument
5574 if (prefix_attributes != error_mark_node) in start_decl()
5575 attributes = chainon (attributes, prefix_attributes); in start_decl()
5582 || prefix_attributes == error_mark_node) in start_decl()
H A DChangeLog2214 * decl.cc (start_decl): Defend against prefix_attributes being
H A DChangeLog-19971533 * parse.y (current_declspecs, prefix_attributes): Initialize to
H A DChangeLog-1996596 Pass attributes/prefix_attributes in tree list.
H A DChangeLog-20211911 (cp_parser_init_declarator): Initialize prefix_attributes
H A DChangeLog-20185211 prefix_attributes if attributes is error_mark_node.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c12265 tree prefix_attributes = type_specifiers.attributes; in cp_parser_condition() local
12316 attributes, prefix_attributes, in cp_parser_condition()
20549 tree prefix_attributes; in cp_parser_init_declarator() local
20574 prefix_attributes = decl_specifiers->attributes; in cp_parser_init_declarator()
20704 prefix_attributes); in cp_parser_init_declarator()
20708 (parser, decl_specifiers, prefix_attributes, declarator)); in cp_parser_init_declarator()
20806 attributes, prefix_attributes, &pushed_scope); in cp_parser_init_declarator()
20935 attr_chainon (attributes, prefix_attributes)); in cp_parser_init_declarator()
24861 tree prefix_attributes; in cp_parser_member_declaration() local
25074 prefix_attributes = decl_specifiers.attributes; in cp_parser_member_declaration()
[all …]
H A Ddecl.c5227 tree prefix_attributes, in start_decl() argument
5243 attributes = chainon (attributes, prefix_attributes); in start_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.109938 * c-parse.in (fndef, nested_function): Pass prefix_attributes
9940 (setspecs): Save prefix_attributes in declspec_stack.
9941 (decl rules): Restore prefix_attributes along with current_declspecs.
9942 (setattrs): Concatenate prefix_attributes to previous value.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog.109938 * c-parse.in (fndef, nested_function): Pass prefix_attributes
9940 (setspecs): Save prefix_attributes in declspec_stack.
9941 (decl rules): Restore prefix_attributes along with current_declspecs.
9942 (setattrs): Concatenate prefix_attributes to previous value.