Searched refs:RT_COMMA (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.c | 135 RT_COMMA, /* ',' */ enumerator 2846 case RT_COMMA: in get_required_cpp_ttype() 5526 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_primary_expression() 7155 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_postfix_expression() 8674 if (!cp_parser_require (parser, CPP_COMMA, RT_COMMA)) in cp_parser_has_attribute_expression() 10242 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_builtin_offsetof() 10450 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_trait_expr() 10717 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_lambda_introducer() 14728 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_static_assert() 27368 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_label_declaration() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | parser.cc | 136 RT_COMMA, /* ',' */ enumerator 2977 case RT_COMMA: in get_required_cpp_ttype() 5806 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_primary_expression() 7518 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_postfix_expression() 7551 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_postfix_expression() 9134 if (!cp_parser_require (parser, CPP_COMMA, RT_COMMA)) in cp_parser_has_attribute_expression() 10717 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_builtin_offsetof() 10941 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_trait_expr() 11231 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_lambda_introducer() 16264 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_static_assert() [all …]
|