/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | friend.c | 450 cplus_decl_attributes (&decl, attrlist, 0);
|
H A D | decl2.c | 1027 cplus_decl_attributes (&value, attrlist, 0); 1209 cplus_decl_attributes (decl, attributes, flags) in cplus_decl_attributes() function
|
H A D | decl.c | 7661 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 D | ChangeLog.1 | 307 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 D | ChangeLog | 5420 * 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 D | parse.y | 230 cplus_decl_attributes (&d, chainon (attributes, prefix_attributes), 0);
|
H A D | cp-tree.h | 3886 extern void cplus_decl_attributes PARAMS ((tree *, tree, int));
|
H A D | class.c | 5518 cplus_decl_attributes (&t, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE);
|
H A D | ChangeLog.2 | 5269 * 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 D | friend.c | 578 cplus_decl_attributes (&decl, attrlist, 0); in do_friend()
|
H A D | ChangeLog-2001 | 930 * 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 D | decl2.c | 818 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 D | ChangeLog-1995 | 658 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 D | decl.c | 3805 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 D | parser.c | 7968 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 D | semantics.c | 2182 cplus_decl_attributes (&t, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in begin_class_definition()
|
H A D | ChangeLog-1996 | 1268 * 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 D | cp-tree.h | 3987 extern void cplus_decl_attributes (tree *, tree, int);
|
H A D | ChangeLog-2002 | 196 cplus_decl_attributes, constructor_name, defer_fn, 4017 * decl.c (start_function): Call cplus_decl_attributes immediately
|
H A D | class.c | 5199 cplus_decl_attributes (&t, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in finish_struct()
|
H A D | ChangeLog-2004 | 1812 to call cplus_decl_attributes. 1813 (start_function): Remove call to cplus_decl_attributes.
|
H A D | ChangeLog-1994 | 2400 * parse.y (initdcl): Call cplus_decl_attributes on the right 2402 * decl2.c (cplus_decl_attributes): Don't call decl_attributes for
|
H A D | ChangeLog-1998 | 1318 * decl.c (grokfndecl): Add back call to cplus_decl_attributes 5196 for the attributes. Call cplus_decl_attributes here,
|
H A D | pt.c | 11937 cplus_decl_attributes (&decl_parm, attributes, /*flags=*/0); in regenerate_decl_from_template()
|
/openbsd-src/gnu/gcc/gcc/objc/ |
H A D | objc-act.c | 8513 cplus_decl_attributes (&fndecl, attrs, 0); in objc_start_function()
|