Home
last modified time | relevance | path

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

/trueos/contrib/gcc/cp/
HDparser.c8370 tree type_specified; in cp_parser_conversion_type_id() local
8383 type_specified = grokdeclarator (declarator, &type_specifiers, TYPENAME, in cp_parser_conversion_type_id()
8386 cplus_decl_attributes (&type_specified, attributes, /*flags=*/0); in cp_parser_conversion_type_id()
8387 return type_specified; in cp_parser_conversion_type_id()