Home
last modified time | relevance | path

Searched refs:std_attributes (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c12029 if (declspecs->std_attributes) in grokdeclarator()
12105 if (declarator->std_attributes) in grokdeclarator()
12111 declarator->std_attributes); in grokdeclarator()
12457 tree attrs = declarator->std_attributes; in grokdeclarator()
12651 if (declarator->std_attributes) in grokdeclarator()
12652 decl_attributes (&type, declarator->std_attributes, in grokdeclarator()
12778 && declarator->std_attributes in grokdeclarator()
12783 if (declarator->std_attributes != error_mark_node) in grokdeclarator()
12784 *attrlist = chainon (*attrlist, declarator->std_attributes); in grokdeclarator()
H A Dparser.c1463 declarator->std_attributes = NULL_TREE; in make_declarator()
1533 declarator->std_attributes = attributes; in make_pointer_declarator()
1561 declarator->std_attributes = attributes; in make_reference_declarator()
1590 declarator->std_attributes = attributes; in make_ptrmem_declarator()
8962 tree type, std_attributes = NULL_TREE; in cp_parser_new_declarator_opt() local
8968 code = cp_parser_ptr_operator (parser, &type, &cv_quals, &std_attributes); in cp_parser_new_declarator_opt()
8978 (code, type, cv_quals, declarator, std_attributes); in cp_parser_new_declarator_opt()
11169 declarator->std_attributes = std_attrs; in cp_parser_lambda_declarator_opt()
14171 decl_specs->std_attributes in cp_parser_decl_specifier_seq()
14172 = attr_chainon (decl_specs->std_attributes, attrs); in cp_parser_decl_specifier_seq()
[all …]
H A Dcp-tree.h6012 tree std_attributes; member
6106 tree std_attributes; member
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc12729 if (declspecs->std_attributes) in grokdeclarator()
12814 if (declarator->std_attributes) in grokdeclarator()
12820 declarator->std_attributes); in grokdeclarator()
13153 tree attrs = declarator->std_attributes; in grokdeclarator()
13347 if (declarator->std_attributes) in grokdeclarator()
13348 decl_attributes (&type, declarator->std_attributes, in grokdeclarator()
13483 && declarator->std_attributes in grokdeclarator()
13488 if (declarator->std_attributes != error_mark_node) in grokdeclarator()
13489 *attrlist = chainon (*attrlist, declarator->std_attributes); in grokdeclarator()
H A Dparser.cc1561 declarator->std_attributes = NULL_TREE; in make_declarator()
1632 declarator->std_attributes = attributes; in make_pointer_declarator()
1660 declarator->std_attributes = attributes; in make_reference_declarator()
1689 declarator->std_attributes = attributes; in make_ptrmem_declarator()
9424 tree type, std_attributes = NULL_TREE; in cp_parser_new_declarator_opt() local
9430 code = cp_parser_ptr_operator (parser, &type, &cv_quals, &std_attributes); in cp_parser_new_declarator_opt()
9440 (code, type, cv_quals, declarator, std_attributes); in cp_parser_new_declarator_opt()
11720 declarator->std_attributes = std_attrs; in cp_parser_lambda_declarator_opt()
15696 decl_specs->std_attributes in cp_parser_decl_specifier_seq()
15697 = attr_chainon (decl_specs->std_attributes, attrs); in cp_parser_decl_specifier_seq()
[all …]
H A DChangeLog-2012702 (struct cp_decl_specifier_seq::std_attributes): New field.
737 that appears in in decl specifiers in cp_decl_specifier_seq::std_attributes.
H A Dcp-tree.h6245 tree std_attributes; member
6341 tree std_attributes; member
H A DChangeLog-2015269 declarator->attributes, not std_attributes.