Home
last modified time | relevance | path

Searched refs:postfix_attrs (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h327 tree postfix_attrs; member
H A Dc-parser.cc2182 tree postfix_attrs = NULL_TREE; in c_parser_declaration_or_fndef() local
2195 postfix_attrs = c_parser_gnu_attributes (parser); in c_parser_declaration_or_fndef()
2255 chainon (postfix_attrs, all_prefix_attrs)); in c_parser_declaration_or_fndef()
2267 chainon (postfix_attrs, all_prefix_attrs)); in c_parser_declaration_or_fndef()
2306 tree attrs = chainon (postfix_attrs, all_prefix_attrs); in c_parser_declaration_or_fndef()
3109 specs->postfix_attrs = c_parser_std_attribute_specifier_sequence (parser); in c_parser_declspecs()
3176 tree postfix_attrs; in c_parser_enum_specifier() local
3258 postfix_attrs = c_parser_gnu_attributes (parser); in c_parser_enum_specifier()
3261 chainon (attrs, postfix_attrs))); in c_parser_enum_specifier()
3381 tree postfix_attrs; in c_parser_struct_or_union_specifier() local
[all …]
H A Dgimple-parser.cc2098 tree postfix_attrs = NULL_TREE; in c_parser_gimple_declaration() local
2102 chainon (postfix_attrs, all_prefix_attrs)); in c_parser_gimple_declaration()
H A Dc-decl.cc11969 if (specs->postfix_attrs) in finish_declspecs()
12181 specs->postfix_attrs = c_warn_type_attributes (specs->postfix_attrs); in finish_declspecs()
12182 decl_attributes (&specs->type, specs->postfix_attrs, 0); in finish_declspecs()
12183 specs->postfix_attrs = NULL_TREE; in finish_declspecs()
H A DChangeLog1752 postfix_attrs and non_std_attrs_seen_p. Increase size of
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h327 tree postfix_attrs; member
H A Dc-parser.c2145 tree postfix_attrs = NULL_TREE; in c_parser_declaration_or_fndef() local
2158 postfix_attrs = c_parser_gnu_attributes (parser); in c_parser_declaration_or_fndef()
2222 chainon (postfix_attrs, all_prefix_attrs)); in c_parser_declaration_or_fndef()
2234 chainon (postfix_attrs, all_prefix_attrs)); in c_parser_declaration_or_fndef()
2272 chainon (postfix_attrs, in c_parser_declaration_or_fndef()
3067 specs->postfix_attrs = c_parser_std_attribute_specifier_sequence (parser); in c_parser_declspecs()
3134 tree postfix_attrs; in c_parser_enum_specifier() local
3216 postfix_attrs = c_parser_gnu_attributes (parser); in c_parser_enum_specifier()
3219 chainon (attrs, postfix_attrs))); in c_parser_enum_specifier()
3339 tree postfix_attrs; in c_parser_struct_or_union_specifier() local
[all …]
H A Dgimple-parser.c2054 tree postfix_attrs = NULL_TREE; in c_parser_gimple_declaration() local
2058 chainon (postfix_attrs, all_prefix_attrs)); in c_parser_gimple_declaration()
H A Dc-decl.c11570 if (specs->postfix_attrs) in finish_declspecs()
11782 specs->postfix_attrs = c_warn_type_attributes (specs->postfix_attrs); in finish_declspecs()
11783 decl_attributes (&specs->type, specs->postfix_attrs, 0); in finish_declspecs()
11784 specs->postfix_attrs = NULL_TREE; in finish_declspecs()