Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c1844 static cp_token *cp_parser_require
2447 if (!cp_parser_require (parser, CPP_SEMICOLON, "`;'")) in cp_parser_consume_semicolon_at_end_of_statement()
2572 if (!cp_parser_require (parser, CPP_PRAGMA_EOL, "end of line")) in cp_parser_require_pragma_eol()
2715 token = cp_parser_require (parser, CPP_NAME, "identifier"); in cp_parser_identifier()
3043 if (!cp_parser_require (parser, CPP_CLOSE_PAREN, "`)'")) in cp_parser_primary_expression()
3107 cp_parser_require (parser, CPP_OPEN_PAREN, "`('"); in cp_parser_primary_expression()
3112 cp_parser_require (parser, CPP_COMMA, "`,'"); in cp_parser_primary_expression()
3116 cp_parser_require (parser, CPP_CLOSE_PAREN, "`)'"); in cp_parser_primary_expression()
3814 cp_parser_require (parser, CPP_SCOPE, "`::'"); in cp_parser_nested_name_specifier_opt()
4117 cp_parser_require (parser, CPP_LESS, "`<'"); in cp_parser_postfix_expression()
[all …]
H A DChangeLog-20041793 in diagnostics. Do not use cp_parser_require. Set location
6795 (cp_parser_require): Improve indication of the error location.
H A DChangeLog-2002112 (cp_parser_require): Avoid creating the error message unless it's