Searched refs:cp_parser_compound_statement (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 2133 static tree cp_parser_compound_statement 4936 cp_parser_compound_statement (parser, expr, BCS_NORMAL, false); in cp_parser_statement_expr() 11455 statement = cp_parser_compound_statement (parser, NULL, BCS_NORMAL, false); in cp_parser_statement() 11790 cp_parser_compound_statement (cp_parser *parser, tree in_statement_expr, in cp_parser_compound_statement() function 13242 statement = cp_parser_compound_statement (parser, NULL, BCS_NORMAL, false); in cp_parser_implicitly_scoped_statement() 23107 cp_parser_compound_statement (parser, NULL, (in_function_try_block in cp_parser_function_body() 26128 cp_parser_compound_statement (parser, NULL, BCS_TRY_BLOCK, false); in cp_parser_try_block() 26203 cp_parser_compound_statement (parser, NULL, BCS_NORMAL, false); in cp_parser_handler() 33411 cp_parser_compound_statement (parser, NULL, BCS_NORMAL, false); in cp_parser_objc_try_catch_finally_statement() 33469 cp_parser_compound_statement (parser, NULL, BCS_NORMAL, false); in cp_parser_objc_try_catch_finally_statement() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 2234 static tree cp_parser_compound_statement 5210 cp_parser_compound_statement (parser, expr, BCS_NORMAL, false); in cp_parser_statement_expr() 12382 statement = cp_parser_compound_statement (parser, NULL, BCS_NORMAL, false); in cp_parser_statement() 12783 cp_parser_compound_statement (cp_parser *parser, tree in_statement_expr, in cp_parser_compound_statement() function 14416 statement = cp_parser_compound_statement (parser, NULL, BCS_NORMAL, false); in cp_parser_implicitly_scoped_statement() 25071 cp_parser_compound_statement (parser, NULL, (in_function_try_block in cp_parser_function_body() 28159 cp_parser_compound_statement (parser, NULL, BCS_TRY_BLOCK, false); in cp_parser_try_block() 28234 cp_parser_compound_statement (parser, NULL, BCS_NORMAL, false); in cp_parser_handler() 35707 cp_parser_compound_statement (parser, NULL, BCS_NORMAL, false); in cp_parser_objc_try_catch_finally_statement() 35765 cp_parser_compound_statement (parser, NULL, BCS_NORMAL, false); in cp_parser_objc_try_catch_finally_statement() [all …]
|
H A D | ChangeLog-2013 | 2165 (cp_parser_compound_statement): Removed expansion of array notations. 2343 (cp_parser_compound_statement): Added a check for array notations
|
H A D | ChangeLog-2017 | 521 * parser.c (cp_parser_compound_statement): Likewise. 2138 (cp_parser_compound_statement): Likewise.
|
H A D | ChangeLog | 3096 * parser.c (cp_parser_compound_statement): Not here.
|
H A D | ChangeLog-2012 | 2239 (cp_parser_compound_statement): Likewise.
|
H A D | ChangeLog-2003 | 2408 cp_parser_compound_statement, cp_parser_statement_seq_opt): Add 2547 * parser.c (cp_parser_compound_statement,
|
H A D | ChangeLog-2004 | 4749 * parser.c (cp_parser_compound_statement): Update commentary. 4814 (cp_parser_compound_statement): Likewise. Take bool for try block.
|
H A D | ChangeLog-2008 | 2029 (cp_parser_compound_statement): Likewise.
|
H A D | ChangeLog-2007 | 676 * parser.c (cp_parser_compound_statement): Handle label-declarations
|
H A D | ChangeLog-2014 | 895 (cp_parser_compound_statement): Do not pedwarn for compound-statement
|
H A D | ChangeLog-2015 | 1560 (cp_parser_compound_statement): Change in_try parameter to bcs_flags.
|
H A D | ChangeLog-2011 | 4299 * parser.c (cp_parser_compound_statement): Add function_body parm.
|
H A D | ChangeLog-2021 | 3429 * parser.c (cp_parser_compound_statement): Consume the }
|
H A D | ChangeLog-2020 | 6325 * parser.c (cp_parser_compound_statement): Call
|