Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dfriend.c450 cplus_decl_attributes (&decl, attrlist, 0);
H A Ddecl2.c1027 cplus_decl_attributes (&value, attrlist, 0);
1209 cplus_decl_attributes (decl, attributes, flags) in cplus_decl_attributes() function
H A Ddecl.c7661 cplus_decl_attributes (&type, attrs, 0);
7774 cplus_decl_attributes (&decl, attributes, 0);
12936 cplus_decl_attributes (&decl, attrs, 0);
14367 cplus_decl_attributes (&decl1, attrs, 0);
15183 cplus_decl_attributes (&fndecl, attrlist, 0);
H A DChangeLog.1307 cplus_decl_attributes before creating the decl's rtl.
323 and pass it down instead of calling cplus_decl_attributes.
404 cplus_decl_attributes with it before we create the RTL.
407 trying to call cplus_decl_attributes too late. Pass a NULL_TREE
971 * parse.y: Call cplus_decl_attributes with prefix_attributes where
1449 * decl2.c (cplus_decl_attributes): If we just modified a TYPE_DECL,
1607 * decl2.c (cplus_decl_attributes): Attributes applied to a template
2297 (prefix_attributes): New variable. Pass it into cplus_decl_attributes.
2300 * decl2.c (cplus_decl_attributes): Add PREFIX_ATTRIBUTES argument.
5840 * parse.y (initdcl): Call cplus_decl_attributes on the right
[all …]
H A DChangeLog5420 * decl.c (start_function): Call cplus_decl_attributes immediately
6907 * decl2.c (cplus_decl_attributes): Only take one attributes
6909 * cp-tree.c (cplus_decl_attributes): Update prototype.
6912 (parse_bitfield): Update calls to cplus_decl_attributes.
7466 * decl2.c (cplus_decl_attributes): Take a pointer to the node to
7470 * class.c (finish_struct): Update call to cplus_decl_attributes.
7471 * cp-tree.h (cplus_decl_attributes): Update prototype.
7473 calls to decl_attributes and cplus_decl_attributes.
7474 * friend.c (do_friend): Update call to cplus_decl_attributes.
7475 * parse.y (parse_bitfield): Update call to cplus_decl_attributes.
[all …]
H A Dparse.y230 cplus_decl_attributes (&d, chainon (attributes, prefix_attributes), 0);
H A Dcp-tree.h3886 extern void cplus_decl_attributes PARAMS ((tree *, tree, int));
H A Dclass.c5518 cplus_decl_attributes (&t, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE);
H A DChangeLog.25269 * decl.c (grokfndecl): Always call cplus_decl_attributes.
8106 * decl.c (grokfndecl): Add back call to cplus_decl_attributes
11984 for the attributes. Call cplus_decl_attributes here,
17546 * class.c (finish_struct): Call cplus_decl_attributes here.
19920 (finish_struct_1): New argument ATTRIBUTES; call cplus_decl_attributes.
20179 * decl2.c (grokfield): Call cplus_decl_attributes with the attrlist.
/openbsd-src/gnu/gcc/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.c3805 cplus_decl_attributes (&type, attrs, 0); in groktypename()
3898 cplus_decl_attributes (&decl, attributes, 0); in start_decl()
6269 cplus_decl_attributes (&decl, *attrlist, 0); in grokfndecl()
8936 cplus_decl_attributes (&decl, attrs, 0); in grokparms()
11419 cplus_decl_attributes (&fndecl, attrlist, 0); in start_method()
H A Dparser.c7968 cplus_decl_attributes (&type_specified, attributes, /*flags=*/0); in cp_parser_conversion_type_id()
10396 cplus_decl_attributes (&type, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in cp_parser_elaborated_type_specifier()
10486 cplus_decl_attributes (&type, in cp_parser_enum_specifier()
13938 cplus_decl_attributes (&decl, attributes, /*flags=*/0); in cp_parser_member_declaration()
17726 cplus_decl_attributes (&decl, attributes, /*flags=*/0); in cp_parser_objc_class_ivars()
H A Dsemantics.c2182 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.h3987 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.c5199 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.c11937 cplus_decl_attributes (&decl_parm, attributes, /*flags=*/0); in regenerate_decl_from_template()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c8513 cplus_decl_attributes (&fndecl, attrs, 0); in objc_start_function()

12