Searched refs:cplus_decl_attributes (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/contrib/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 | 3819 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 D | parser.c | 8386 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 D | semantics.c | 2225 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 | 4038 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 | 5228 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 | 11975 cplus_decl_attributes (&decl_parm, attributes, /*flags=*/0); in regenerate_decl_from_template()
|
| H A D | ChangeLog-1999 | 5269 * decl.c (grokfndecl): Always call cplus_decl_attributes.
|
| H A D | ChangeLog | 1511 * decl2.c (cplus_decl_attributes): Check for invalid decls.
|