Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dparser.c2228 static cp_token *cp_parser_require
3065 if (!cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON)) in cp_parser_consume_semicolon_at_end_of_statement()
3193 if (!cp_parser_require (parser, CPP_PRAGMA_EOL, RT_PRAGMA_EOL)) in cp_parser_require_pragma_eol()
3364 token = cp_parser_require (parser, CPP_NAME, RT_NAME); in cp_parser_identifier()
4064 if (!cp_parser_require (parser, CPP_CLOSE_PAREN, RT_CLOSE_PAREN)) in cp_parser_primary_expression()
4176 cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN); in cp_parser_primary_expression()
4181 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_primary_expression()
4185 cp_parser_require (parser, CPP_CLOSE_PAREN, RT_CLOSE_PAREN); in cp_parser_primary_expression()
4992 cp_parser_require (parser, CPP_SCOPE, RT_SCOPE); in cp_parser_nested_name_specifier_opt()
5387 cp_parser_require (parser, CPP_LESS, RT_LESS); in cp_parser_postfix_expression()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dparser.c2553 static cp_token *cp_parser_require
3659 if (!cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON)) in cp_parser_consume_semicolon_at_end_of_statement()
3791 if (!cp_parser_require (parser, CPP_PRAGMA_EOL, RT_PRAGMA_EOL)) in cp_parser_require_pragma_eol()
3984 token = cp_parser_require (parser, CPP_NAME, RT_NAME); in cp_parser_identifier()
4705 return cp_parser_require (parser, traits_t::open_token_type, in require_open()
4727 return cp_parser_require (parser, traits_t::close_token_type, in require_close()
5371 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_primary_expression()
6266 cp_parser_require (parser, CPP_SCOPE, RT_SCOPE); in cp_parser_nested_name_specifier_opt()
6717 cp_parser_require (parser, CPP_LESS, RT_LESS); in cp_parser_postfix_expression()
6724 cp_parser_require (parser, CPP_GREATER, RT_GREATER); in cp_parser_postfix_expression()
[all …]