Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dfriend.c427 cplus_decl_attributes (&decl, attrlist, 0); in do_friend()
H A Ddecl2.c861 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 Ddecl.c4304 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 Dparser.c8860 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 Dpt.c8368 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 Dcp-tree.h5122 extern void cplus_decl_attributes (tree *, tree, int);
H A Dclass.c6248 cplus_decl_attributes (&t, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in finish_struct()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dfriend.c493 cplus_decl_attributes (&decl, attrlist, 0); in do_friend()
H A Ddecl2.c882 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 Ddecl.c4988 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 Dparser.c11109 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 Dpt.c10808 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 Dcp-tree.h6367 extern void cplus_decl_attributes (tree *, tree, int);
H A Dclass.c7014 cplus_decl_attributes (&t, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in finish_struct()
/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c8593 cplus_decl_attributes (&fndecl, attrs, 0); in objc_start_function()