Searched refs:cp_parser_require (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 2596 static cp_token *cp_parser_require 3779 if (!cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON)) in cp_parser_consume_semicolon_at_end_of_statement() 3917 if (!cp_parser_require (parser, CPP_PRAGMA_EOL, RT_PRAGMA_EOL)) in cp_parser_require_pragma_eol() 4107 token = cp_parser_require (parser, CPP_NAME, RT_NAME); in cp_parser_identifier() 4857 return cp_parser_require (parser, traits_t::open_token_type, in require_open() 4879 return cp_parser_require (parser, traits_t::close_token_type, in require_close() 5526 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_primary_expression() 6469 cp_parser_require (parser, CPP_SCOPE, RT_SCOPE); in cp_parser_nested_name_specifier_opt() 6924 cp_parser_require (parser, CPP_LESS, RT_LESS); in cp_parser_postfix_expression() 6932 cp_parser_require (parser, CPP_GREATER, RT_GREATER); in cp_parser_postfix_expression() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 2723 static cp_token *cp_parser_require 3965 if (!cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON)) in cp_parser_consume_semicolon_at_end_of_statement() 4133 if (!cp_parser_require (parser, CPP_PRAGMA_EOL, RT_PRAGMA_EOL)) in cp_parser_require_pragma_eol() 4323 token = cp_parser_require (parser, CPP_NAME, RT_NAME); in cp_parser_identifier() 5131 return cp_parser_require (parser, traits_t::open_token_type, in require_open() 5153 return cp_parser_require (parser, traits_t::close_token_type, in require_close() 5806 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_primary_expression() 6805 cp_parser_require (parser, CPP_SCOPE, RT_SCOPE); in cp_parser_nested_name_specifier_opt() 7260 cp_parser_require (parser, CPP_LESS, RT_LESS); in cp_parser_postfix_expression() 7268 cp_parser_require (parser, CPP_GREATER, RT_GREATER); in cp_parser_postfix_expression() [all …]
|
H A D | ChangeLog-2004 | 1793 in diagnostics. Do not use cp_parser_require. Set location 6795 (cp_parser_require): Improve indication of the error location.
|
H A D | ChangeLog-2008 | 14 * parser.c (cp_parser_condition): Use cp_parser_require
|
H A D | ChangeLog-2009 | 727 nested loop and parsing statements, don't cp_parser_require }, instead
|
H A D | ChangeLog-2014 | 2790 cp_parser_require.
|
H A D | ChangeLog-2010 | 2813 (cp_parser_require): Change the type of variable token_desc to
|
H A D | ChangeLog-2016 | 2609 cp_parser_require returned a non-NULL token before dereferencing
|
H A D | ChangeLog-2002 | 112 (cp_parser_require): Avoid creating the error message unless it's
|
H A D | ChangeLog-2017 | 2173 (cp_parser_require): Add param "matching_location", with a default
|