Searched refs:cp_parser_require (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | parser.c | 1885 static cp_token *cp_parser_require 2623 if (!cp_parser_require (parser, CPP_SEMICOLON, "`;'")) in cp_parser_consume_semicolon_at_end_of_statement() 2748 if (!cp_parser_require (parser, CPP_PRAGMA_EOL, "end of line")) in cp_parser_require_pragma_eol() 2891 token = cp_parser_require (parser, CPP_NAME, "identifier"); in cp_parser_identifier() 3232 if (!cp_parser_require (parser, CPP_CLOSE_PAREN, "`)'")) in cp_parser_primary_expression() 3296 cp_parser_require (parser, CPP_OPEN_PAREN, "`('"); in cp_parser_primary_expression() 3301 cp_parser_require (parser, CPP_COMMA, "`,'"); in cp_parser_primary_expression() 3305 cp_parser_require (parser, CPP_CLOSE_PAREN, "`)'"); in cp_parser_primary_expression() 4008 cp_parser_require (parser, CPP_SCOPE, "`::'"); in cp_parser_nested_name_specifier_opt() 4311 cp_parser_require (parser, CPP_LESS, "`<'"); in cp_parser_postfix_expression() [all …]
|
| D | ChangeLog-2004 | 1793 in diagnostics. Do not use cp_parser_require. Set location 6795 (cp_parser_require): Improve indication of the error location.
|
| D | ChangeLog-2002 | 112 (cp_parser_require): Avoid creating the error message unless it's
|