/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | friend.c | 509 cplus_decl_attributes (&decl, attrlist, 0); in do_friend()
|
H A D | decl2.c | 884 cplus_decl_attributes (&value, attrlist, attrflags); in grokfield() 990 cplus_decl_attributes (&value, attrlist, 0); in grokfield() 1135 cplus_decl_attributes (&value, attrlist, /*flags=*/0); in grokbitfield() 1542 cplus_decl_attributes (tree *decl, tree attributes, int flags) in cplus_decl_attributes() function
|
H A D | decl.c | 5198 cplus_decl_attributes (&type, attrs, 0); in groktypename() 5295 cplus_decl_attributes (&decl, attributes, flags); in start_decl() 9888 cplus_decl_attributes (&decl, *attrlist, 0); in grokfndecl() 12473 cplus_decl_attributes (&type, attrs, 0); in grokdeclarator() 15527 cplus_decl_attributes (&enumtype, attributes, (int)ATTR_FLAG_TYPE_IN_PLACE); in start_enum() 15986 cplus_decl_attributes (&decl, attributes, 0); in build_enumerator() 17361 cplus_decl_attributes (&fndecl, attrlist, 0); in grokmethod()
|
H A D | pt.c | 11541 cplus_decl_attributes (decl_p, late_attrs, attr_flags); in apply_late_template_attributes() 18388 cplus_decl_attributes (&label, DECL_ATTRIBUTES (decl), 0); in tsubst_expr() 18402 cplus_decl_attributes (&label, DECL_ATTRIBUTES (decl), 0); in tsubst_expr() 25321 cplus_decl_attributes (&decl_parm, attributes, /*flags=*/0); in regenerate_decl_from_template() 25354 cplus_decl_attributes (&decl_parm, attributes, /*flags=*/0); in regenerate_decl_from_template()
|
H A D | parser.c | 11683 cplus_decl_attributes (&label, attributes, 0); in cp_parser_label_for_labeled_statement() 15105 cplus_decl_attributes (&type_specified, attributes, /*flags=*/0); in cp_parser_conversion_type_id() 19032 cplus_decl_attributes (&type, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in cp_parser_elaborated_type_specifier() 19419 cplus_decl_attributes (&type, in cp_parser_enum_specifier() 22662 cplus_decl_attributes (&decl, in cp_parser_parameter_declaration_list() 24656 cplus_decl_attributes (&type, attributes, (int)ATTR_FLAG_TYPE_IN_PLACE); in cp_parser_class_head()
|
H A D | cp-tree.h | 6659 extern void cplus_decl_attributes (tree *, tree, int);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
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.cc | 1026 cplus_decl_attributes (&value, attrlist, attrflags); in grokfield() 1113 cplus_decl_attributes (&value, attrlist, 0); in grokfield() 1129 cplus_decl_attributes (&value, attrlist, 0); in grokfield() 1271 cplus_decl_attributes (&value, attrlist, /*flags=*/0); in grokbitfield() 1688 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 | ChangeLog-2021 | 573 so that cplus_decl_attributes doesn't add implicit attributes. 1541 * decl2.c (cplus_decl_attributes): Propagate unavailability to 1807 * decl2.c (cplus_decl_attributes): Use vec_safe_length 2294 * decl2.c (cplus_decl_attributes): Reject omp::directive and 3172 * decl2.c (grokfield): Call cplus_decl_attributes for friend. 4839 * decl2.c (cplus_decl_attributes): Don't SET_IDENTIFIER_TYPE_VALUE
|
H A D | decl.cc | 5529 cplus_decl_attributes (&type, attrs, 0); in groktypename() 5630 cplus_decl_attributes (&decl, attributes, flags); in start_decl() 10519 cplus_decl_attributes (&decl, *attrlist, 0); in grokfndecl() 13169 cplus_decl_attributes (&type, attrs, 0); in grokdeclarator() 16344 cplus_decl_attributes (&enumtype, attributes, (int)ATTR_FLAG_TYPE_IN_PLACE); in start_enum() 16810 cplus_decl_attributes (&decl, attributes, 0); in build_enumerator() 18192 cplus_decl_attributes (&fndecl, attrlist, 0); in grokmethod()
|
H A D | ChangeLog-2014 | 467 (cplus_decl_attributes): Propagate TREE_DEPRECATED out to the template. 545 * decl2.c (cplus_decl_attributes): Use TYPE_PTRMEMFUNC_FN_TYPE_RAW. 2838 * decl2.c (cplus_decl_attributes): Handle
|
H A D | ChangeLog-2015 | 1015 * decl2.c (cplus_decl_attributes): Don't diagnose block scope vars 3198 cplus_decl_attributes. 3720 * decl2.c (cplus_decl_attributes): Also add "omp declare target"
|
H A D | ChangeLog | 1692 (cplus_decl_attributes): Return early if attributes is 2593 (cplus_decl_attributes): Call it after decl_attributes,
|
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 | ChangeLog-2008 | 2689 * friend.c (do_friend): Call cplus_decl_attributes earlier. 2974 * decl2.c (cplus_decl_attributes): Check for bare parameter packs in the
|
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 | parser.cc | 12676 cplus_decl_attributes (&label, attributes, 0); in cp_parser_label_for_labeled_statement() 16661 cplus_decl_attributes (&type_specified, attributes, /*flags=*/0); in cp_parser_conversion_type_id() 20657 cplus_decl_attributes (&type, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in cp_parser_elaborated_type_specifier() 21051 cplus_decl_attributes (&type, in cp_parser_enum_specifier() 24596 cplus_decl_attributes (&decl, in cp_parser_parameter_declaration_list() 26661 cplus_decl_attributes (&type, attributes, (int)ATTR_FLAG_TYPE_IN_PLACE); in cp_parser_class_head()
|
H A D | ChangeLog-2017 | 66 * decl2.c (cplus_decl_attributes): Look up member functions 224 * decl2.c (cplus_decl_attributes): Look up existing declaration and
|
H A D | ChangeLog-2012 | 515 * decl2.c (cplus_decl_attributes): Don't return early
|
H A D | ChangeLog-2004 | 1812 to call cplus_decl_attributes. 1813 (start_function): Remove call to cplus_decl_attributes.
|
H A D | ChangeLog-2006 | 1422 * decl2.c (cplus_decl_attributes): Check for invalid decls.
|
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
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 8828 cplus_decl_attributes (&fndecl, attrs, 0); in objc_start_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 8703 cplus_decl_attributes (&fndecl, attrs, 0); in objc_start_function()
|