Searched refs:cp_parser_require_keyword (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | parser.c | 1846 static cp_token *cp_parser_require_keyword 5210 cp_parser_require_keyword (parser, RID_NEW, "`new'"); in cp_parser_new_expression() 5508 cp_parser_require_keyword (parser, RID_DELETE, "`delete'"); in cp_parser_delete_expression() 6796 cp_parser_require_keyword (parser, RID_WHILE, "`while'"); in cp_parser_iteration_statement() 7833 cp_parser_require_keyword (parser, RID_EXTERN, "`extern'"); in cp_parser_linkage_specification() 7901 if (!cp_parser_require_keyword (parser, RID_OPERATOR, "`operator'")) in cp_parser_conversion_function_id() 8223 if (!cp_parser_require_keyword (parser, RID_OPERATOR, "`operator'")) in cp_parser_operator_function_id() 8701 cp_parser_require_keyword (parser, RID_CLASS, "`class'"); in cp_parser_type_parameter() 9500 cp_parser_require_keyword (parser, RID_TEMPLATE, "`template'"); in cp_parser_explicit_instantiation() 9582 cp_parser_require_keyword (parser, RID_TEMPLATE, "`template'"); in cp_parser_explicit_specialization() [all …]
|