/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | friend.c | 427 cplus_decl_attributes (&decl, attrlist, 0); in do_friend()
|
H A D | decl2.c | 861 cplus_decl_attributes (&value, attrlist, attrflags); in grokfield() 963 cplus_decl_attributes (&value, attrlist, 0); in grokfield() 1080 cplus_decl_attributes (&value, attrlist, /*flags=*/0); in grokbitfield() 1302 cplus_decl_attributes (tree *decl, tree attributes, int flags) in cplus_decl_attributes() function
|
H A D | decl.c | 4304 cplus_decl_attributes (&type, attrs, 0); in groktypename() 4410 cplus_decl_attributes (&decl, attributes, flags); in start_decl() 7454 cplus_decl_attributes (&decl, *attrlist, 0); in grokfndecl() 13693 cplus_decl_attributes (&fndecl, attrlist, 0); in grokmethod()
|
H A D | parser.c | 8860 cplus_decl_attributes (&label, attrs, 0); in cp_parser_label_for_labeled_statement() 11278 cplus_decl_attributes (&type_specified, attributes, /*flags=*/0); in cp_parser_conversion_type_id() 14217 cplus_decl_attributes (&type, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in cp_parser_elaborated_type_specifier() 14549 cplus_decl_attributes (&type, in cp_parser_enum_specifier() 17070 cplus_decl_attributes (&decl, in cp_parser_parameter_declaration_list() 18583 cplus_decl_attributes (&type, attributes, (int)ATTR_FLAG_TYPE_IN_PLACE); in cp_parser_class_head()
|
H A D | pt.c | 8368 cplus_decl_attributes (decl_p, late_attrs, attr_flags); in apply_late_template_attributes() 12783 cplus_decl_attributes (&label, DECL_ATTRIBUTES (decl), 0); in tsubst_expr() 17950 cplus_decl_attributes (&decl_parm, attributes, /*flags=*/0); in regenerate_decl_from_template() 17983 cplus_decl_attributes (&decl_parm, attributes, /*flags=*/0); in regenerate_decl_from_template()
|
H A D | cp-tree.h | 5122 extern void cplus_decl_attributes (tree *, tree, int);
|
H A D | class.c | 6248 cplus_decl_attributes (&t, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in finish_struct()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | friend.c | 493 cplus_decl_attributes (&decl, attrlist, 0); in do_friend()
|
H A D | decl2.c | 882 cplus_decl_attributes (&value, attrlist, attrflags); in grokfield() 986 cplus_decl_attributes (&value, attrlist, 0); in grokfield() 1123 cplus_decl_attributes (&value, attrlist, /*flags=*/0); in grokbitfield() 1501 cplus_decl_attributes (tree *decl, tree attributes, int flags) in cplus_decl_attributes() function
|
H A D | decl.c | 4988 cplus_decl_attributes (&type, attrs, 0); in groktypename() 5083 cplus_decl_attributes (&decl, attributes, flags); in start_decl() 9094 cplus_decl_attributes (&decl, *attrlist, 0); in grokfndecl() 14318 cplus_decl_attributes (&enumtype, attributes, (int)ATTR_FLAG_TYPE_IN_PLACE); in start_enum() 14781 cplus_decl_attributes (&decl, attributes, 0); in build_enumerator() 16046 cplus_decl_attributes (&fndecl, attrlist, 0); in grokmethod()
|
H A D | parser.c | 11109 cplus_decl_attributes (&label, attributes, 0); in cp_parser_label_for_labeled_statement() 14285 cplus_decl_attributes (&type_specified, attributes, /*flags=*/0); in cp_parser_conversion_type_id() 17951 cplus_decl_attributes (&type, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in cp_parser_elaborated_type_specifier() 18330 cplus_decl_attributes (&type, in cp_parser_enum_specifier() 21435 cplus_decl_attributes (&decl, in cp_parser_parameter_declaration_list() 23321 cplus_decl_attributes (&type, attributes, (int)ATTR_FLAG_TYPE_IN_PLACE); in cp_parser_class_head()
|
H A D | pt.c | 10808 cplus_decl_attributes (decl_p, late_attrs, attr_flags); in apply_late_template_attributes() 16972 cplus_decl_attributes (&label, DECL_ATTRIBUTES (decl), 0); in tsubst_expr() 23456 cplus_decl_attributes (&decl_parm, attributes, /*flags=*/0); in regenerate_decl_from_template() 23489 cplus_decl_attributes (&decl_parm, attributes, /*flags=*/0); in regenerate_decl_from_template()
|
H A D | cp-tree.h | 6367 extern void cplus_decl_attributes (tree *, tree, int);
|
H A D | class.c | 7014 cplus_decl_attributes (&t, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in finish_struct()
|
/dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
H A D | objc-act.c | 8593 cplus_decl_attributes (&fndecl, attrs, 0); in objc_start_function()
|