Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c7952 tree type_specified; in cp_parser_conversion_type_id() local
7965 type_specified = grokdeclarator (declarator, &type_specifiers, TYPENAME, in cp_parser_conversion_type_id()
7968 cplus_decl_attributes (&type_specified, attributes, /*flags=*/0); in cp_parser_conversion_type_id()
7969 return type_specified; in cp_parser_conversion_type_id()