Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c2598 static cp_token *cp_parser_require_keyword
8748 cp_parser_require_keyword (parser, RID_NEW, RT_NEW); in cp_parser_new_expression()
9103 cp_parser_require_keyword (parser, RID_DELETE, RT_DELETE); in cp_parser_delete_expression()
12905 cp_parser_require_keyword (parser, RID_WHILE, RT_WHILE); in cp_parser_iteration_statement()
14601 = cp_parser_require_keyword (parser, RID_EXTERN, RT_EXTERN); in cp_parser_linkage_specification()
14693 if (!cp_parser_require_keyword (parser, RID_STATIC_ASSERT, in cp_parser_static_assert()
14887 if (!cp_parser_require_keyword (parser, RID_DECLTYPE, RT_DECLTYPE)) in cp_parser_decltype()
15026 if (!cp_parser_require_keyword (parser, RID_OPERATOR, RT_OPERATOR)) in cp_parser_conversion_function_id()
15453 if (!cp_parser_require_keyword (parser, RID_OPERATOR, RT_OPERATOR)) in cp_parser_operator_function_id()
17478 cp_parser_require_keyword (parser, RID_TEMPLATE, RT_TEMPLATE); in cp_parser_explicit_instantiation()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc2725 static cp_token *cp_parser_require_keyword
9208 cp_parser_require_keyword (parser, RID_NEW, RT_NEW); in cp_parser_new_expression()
9570 cp_parser_require_keyword (parser, RID_DELETE, RT_DELETE); in cp_parser_delete_expression()
14085 cp_parser_require_keyword (parser, RID_WHILE, RT_WHILE); in cp_parser_iteration_statement()
16136 = cp_parser_require_keyword (parser, RID_EXTERN, RT_EXTERN); in cp_parser_linkage_specification()
16229 if (!cp_parser_require_keyword (parser, RID_STATIC_ASSERT, in cp_parser_static_assert()
16424 if (!cp_parser_require_keyword (parser, RID_DECLTYPE, RT_DECLTYPE)) in cp_parser_decltype()
16582 if (!cp_parser_require_keyword (parser, RID_OPERATOR, RT_OPERATOR)) in cp_parser_conversion_function_id()
17022 if (!cp_parser_require_keyword (parser, RID_OPERATOR, RT_OPERATOR)) in cp_parser_operator_function_id()
19078 cp_parser_require_keyword (parser, RID_TEMPLATE, RT_TEMPLATE); in cp_parser_explicit_instantiation()
[all …]
H A DChangeLog-20102815 (cp_parser_require_keyword): Likewise.
H A DChangeLog-20172175 (cp_parser_require_keyword): Update for new param of