Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDparser.c130 RT_OPEN_PAREN, /* '(' */ enumerator
4176 cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN); in cp_parser_primary_expression()
5396 cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN); in cp_parser_postfix_expression()
5440 cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN); in cp_parser_postfix_expression()
6120 if (!cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in VEC()
6451 cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN); in cp_parser_unary_expression()
7777 cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN); in cp_parser_builtin_offsetof()
7940 cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN); in cp_parser_trait_expr()
9044 if (!cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in cp_parser_selection_statement()
9692 cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN); in cp_parser_iteration_statement()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDparser.c134 RT_OPEN_PAREN, /* '(' */ enumerator
2796 case RT_OPEN_PAREN: in get_required_cpp_ttype()
4741 static const enum required_token required_token_open = RT_OPEN_PAREN;
10573 cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN); in cp_parser_lambda_declarator_opt()
19197 if (!cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in cp_parser_asm_definition()
26730 && !cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in cp_parser_constructor_declarator_p()
28505 case RT_OPEN_PAREN: in cp_parser_required_error()
31715 if (cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in cp_parser_omp_var_list()
32019 if (!cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in cp_parser_oacc_clause_tile()
32734 if (!cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in cp_parser_omp_clause_reduction()
[all …]