Home
last modified time | relevance | path

Searched refs:cp_parser_compound_statement (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog.apple269 * parser.c (cp_parser_compound_statement): Take a new
272 etc.): add extra argument in calling cp_parser_compound_statement.
275 cp_parser_compound_statement.
643 * parser.c (cp_parser_compound_statement): Continue
H A Dparser.c1574 static tree cp_parser_compound_statement
3212 cp_parser_compound_statement (parser, expr, false, false); in cp_parser_primary_expression()
6520 statement = cp_parser_compound_statement (parser, NULL, false, false); in cp_parser_statement()
6693 cp_parser_compound_statement (cp_parser *parser, tree in_statement_expr, in cp_parser_compound_statement() function
13204 cp_parser_compound_statement (parser, NULL, false, false); in cp_parser_function_body()
14962 cp_parser_compound_statement (parser, NULL, true, false); in cp_parser_try_block()
15040 cp_parser_compound_statement (parser, NULL, false, false); in cp_parser_handler()
18606 cp_parser_compound_statement (parser, NULL, false, false); in cp_parser_objc_try_catch_finally_statement()
18619 cp_parser_compound_statement (parser, NULL, false, false); in cp_parser_objc_try_catch_finally_statement()
18631 cp_parser_compound_statement (parser, NULL, false, false); in cp_parser_objc_try_catch_finally_statement()
[all …]
H A DChangeLog-20044749 * parser.c (cp_parser_compound_statement): Update commentary.
4814 (cp_parser_compound_statement): Likewise. Take bool for try block.
H A DChangeLog-20032408 cp_parser_compound_statement, cp_parser_statement_seq_opt): Add
2547 * parser.c (cp_parser_compound_statement,