Searched refs:type_specified (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.c | 15077 tree type_specified; in cp_parser_conversion_type_id() local 15102 type_specified = grokdeclarator (declarator, &type_specifiers, TYPENAME, in cp_parser_conversion_type_id() 15105 cplus_decl_attributes (&type_specified, attributes, /*flags=*/0); in cp_parser_conversion_type_id() 15110 && type_uses_auto (type_specified)) in cp_parser_conversion_type_id() 15122 return type_specified; in cp_parser_conversion_type_id()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | parser.cc | 16633 tree type_specified; in cp_parser_conversion_type_id() local 16658 type_specified = grokdeclarator (declarator, &type_specifiers, TYPENAME, in cp_parser_conversion_type_id() 16661 cplus_decl_attributes (&type_specified, attributes, /*flags=*/0); in cp_parser_conversion_type_id() 16666 && type_uses_auto (type_specified)) in cp_parser_conversion_type_id() 16678 return type_specified; in cp_parser_conversion_type_id()
|