Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dparser.c2230 static cp_token *cp_parser_require_keyword
6654 cp_parser_require_keyword (parser, RID_NEW, RT_NEW); in cp_parser_new_expression()
6979 cp_parser_require_keyword (parser, RID_DELETE, RT_DELETE); in cp_parser_delete_expression()
8537 cp_parser_require_keyword (parser, RID_RETURN, RT_RETURN); in cp_parser_lambda_body()
9719 cp_parser_require_keyword (parser, RID_WHILE, RT_WHILE); in cp_parser_iteration_statement()
10882 cp_parser_require_keyword (parser, RID_EXTERN, RT_EXTERN); in cp_parser_linkage_specification()
10953 if (!cp_parser_require_keyword (parser, RID_STATIC_ASSERT, in cp_parser_static_assert()
11019 if (!cp_parser_require_keyword (parser, RID_DECLTYPE, RT_DECLTYPE)) in cp_parser_decltype()
11210 if (!cp_parser_require_keyword (parser, RID_OPERATOR, RT_OPERATOR)) in cp_parser_conversion_function_id()
11608 if (!cp_parser_require_keyword (parser, RID_OPERATOR, RT_OPERATOR)) in cp_parser_operator_function_id()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dparser.c2555 static cp_token *cp_parser_require_keyword
8382 cp_parser_require_keyword (parser, RID_NEW, RT_NEW); in cp_parser_new_expression()
8738 cp_parser_require_keyword (parser, RID_DELETE, RT_DELETE); in cp_parser_delete_expression()
12217 cp_parser_require_keyword (parser, RID_WHILE, RT_WHILE); in cp_parser_iteration_statement()
13796 = cp_parser_require_keyword (parser, RID_EXTERN, RT_EXTERN); in cp_parser_linkage_specification()
13888 if (!cp_parser_require_keyword (parser, RID_STATIC_ASSERT, in cp_parser_static_assert()
14090 if (!cp_parser_require_keyword (parser, RID_DECLTYPE, RT_DECLTYPE)) in cp_parser_decltype()
14208 if (!cp_parser_require_keyword (parser, RID_OPERATOR, RT_OPERATOR)) in cp_parser_conversion_function_id()
14630 if (!cp_parser_require_keyword (parser, RID_OPERATOR, RT_OPERATOR)) in cp_parser_operator_function_id()
16540 cp_parser_require_keyword (parser, RID_TEMPLATE, RT_TEMPLATE); in cp_parser_explicit_instantiation()
[all …]