Home
last modified time | relevance | path

Searched refs:type_specifiers (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c12244 cp_decl_specifier_seq type_specifiers; in cp_parser_condition() local
12258 &type_specifiers, in cp_parser_condition()
12265 tree prefix_attributes = type_specifiers.attributes; in cp_parser_condition()
12267 cp_parser_maybe_commit_to_declaration (parser, &type_specifiers); in cp_parser_condition()
12314 decl = start_decl (declarator, &type_specifiers, in cp_parser_condition()
15075 cp_decl_specifier_seq type_specifiers; in cp_parser_conversion_type_id() local
15092 &type_specifiers); in cp_parser_conversion_type_id()
15097 if (type_specifiers.type == error_mark_node) in cp_parser_conversion_type_id()
15102 type_specified = grokdeclarator (declarator, &type_specifiers, TYPENAME, in cp_parser_conversion_type_id()
19210 cp_decl_specifier_seq type_specifiers; in cp_parser_enum_specifier() local
[all …]
H A Ddecl.c5177 groktypename (cp_decl_specifier_seq *type_specifiers, in groktypename() argument
5185 attrs = type_specifiers->attributes; in groktypename()
5186 type_specifiers->attributes = NULL_TREE; in groktypename()
5187 type = grokdeclarator (declarator, type_specifiers, context, 0, &attrs); in groktypename()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc13324 cp_decl_specifier_seq type_specifiers; in cp_parser_condition() local
13338 &type_specifiers, in cp_parser_condition()
13345 tree prefix_attributes = type_specifiers.attributes; in cp_parser_condition()
13347 cp_parser_maybe_commit_to_declaration (parser, &type_specifiers); in cp_parser_condition()
13394 decl = start_decl (declarator, &type_specifiers, in cp_parser_condition()
16631 cp_decl_specifier_seq type_specifiers; in cp_parser_conversion_type_id() local
16648 &type_specifiers); in cp_parser_conversion_type_id()
16653 if (type_specifiers.type == error_mark_node) in cp_parser_conversion_type_id()
16658 type_specified = grokdeclarator (declarator, &type_specifiers, TYPENAME, in cp_parser_conversion_type_id()
20836 cp_decl_specifier_seq type_specifiers; in cp_parser_enum_specifier() local
[all …]
H A Ddecl.cc5508 groktypename (cp_decl_specifier_seq *type_specifiers, in groktypename() argument
5516 attrs = type_specifiers->attributes; in groktypename()
5517 type_specifiers->attributes = NULL_TREE; in groktypename()
5518 type = grokdeclarator (declarator, type_specifiers, context, 0, &attrs); in groktypename()