Home
last modified time | relevance | path

Searched refs:cplus_decl_attributes (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dfriend.c578 cplus_decl_attributes (&decl, attrlist, 0); in do_friend()
H A DChangeLog-2001930 * decl2.c (cplus_decl_attributes): Only take one attributes
932 * cp-tree.c (cplus_decl_attributes): Update prototype.
935 (parse_bitfield): Update calls to cplus_decl_attributes.
1489 * decl2.c (cplus_decl_attributes): Take a pointer to the node to
1493 * class.c (finish_struct): Update call to cplus_decl_attributes.
1494 * cp-tree.h (cplus_decl_attributes): Update prototype.
1496 calls to decl_attributes and cplus_decl_attributes.
1497 * friend.c (do_friend): Update call to cplus_decl_attributes.
1498 * parse.y (parse_bitfield): Update call to cplus_decl_attributes.
1516 cplus_decl_attributes. Use a narrower type if the enum is packed.
[all …]
H A Ddecl2.c818 cplus_decl_attributes (&value, attrlist, 0); in grokfield()
886 cplus_decl_attributes (&value, attrlist, 0); in grokfield()
996 cplus_decl_attributes (tree *decl, tree attributes, int flags) in cplus_decl_attributes() function
H A DChangeLog-1995658 cplus_decl_attributes before creating the decl's rtl.
674 and pass it down instead of calling cplus_decl_attributes.
755 cplus_decl_attributes with it before we create the RTL.
758 trying to call cplus_decl_attributes too late. Pass a NULL_TREE
1322 * parse.y: Call cplus_decl_attributes with prefix_attributes where
1800 * decl2.c (cplus_decl_attributes): If we just modified a TYPE_DECL,
1958 * decl2.c (cplus_decl_attributes): Attributes applied to a template
2648 (prefix_attributes): New variable. Pass it into cplus_decl_attributes.
2651 * decl2.c (cplus_decl_attributes): Add PREFIX_ATTRIBUTES argument.
H A Ddecl.c3819 cplus_decl_attributes (&decl, attrs, 0); in grokblockdecl()
3836 cplus_decl_attributes (&type, attrs, 0); in groktypename()
3955 cplus_decl_attributes (&decl, attributes, 0); in start_decl()
6721 cplus_decl_attributes (&decl, *attrlist, 0); in grokfndecl()
9472 cplus_decl_attributes (&decl, attrs, 0); in grokparms()
12060 cplus_decl_attributes (&fndecl, attrlist, 0); in start_method()
H A Dparser.c8386 cplus_decl_attributes (&type_specified, attributes, /*flags=*/0); in cp_parser_conversion_type_id()
10820 cplus_decl_attributes (&type, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in cp_parser_elaborated_type_specifier()
10909 cplus_decl_attributes (&type, in cp_parser_enum_specifier()
14446 cplus_decl_attributes (&decl, attributes, /*flags=*/0); in cp_parser_member_declaration()
18342 cplus_decl_attributes (&decl, attributes, /*flags=*/0); in cp_parser_objc_class_ivars()
H A Dsemantics.c2225 cplus_decl_attributes (&t, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in begin_class_definition()
H A DChangeLog-19961268 * class.c (finish_struct): Call cplus_decl_attributes here.
3642 (finish_struct_1): New argument ATTRIBUTES; call cplus_decl_attributes.
3901 * decl2.c (grokfield): Call cplus_decl_attributes with the attrlist.
H A Dcp-tree.h4038 extern void cplus_decl_attributes (tree *, tree, int);
H A DChangeLog-2002196 cplus_decl_attributes, constructor_name, defer_fn,
4017 * decl.c (start_function): Call cplus_decl_attributes immediately
H A Dclass.c5228 cplus_decl_attributes (&t, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in finish_struct()
H A DChangeLog-20041812 to call cplus_decl_attributes.
1813 (start_function): Remove call to cplus_decl_attributes.
H A DChangeLog-19942400 * parse.y (initdcl): Call cplus_decl_attributes on the right
2402 * decl2.c (cplus_decl_attributes): Don't call decl_attributes for
H A DChangeLog-19981318 * decl.c (grokfndecl): Add back call to cplus_decl_attributes
5196 for the attributes. Call cplus_decl_attributes here,
H A Dpt.c11975 cplus_decl_attributes (&decl_parm, attributes, /*flags=*/0); in regenerate_decl_from_template()
H A DChangeLog-19995269 * decl.c (grokfndecl): Always call cplus_decl_attributes.
H A DChangeLog1511 * decl2.c (cplus_decl_attributes): Check for invalid decls.