Searched refs:begin_compound_stmt (Results 1 – 25 of 26) sorted by relevance
12
| /openbsd/src/gnu/gcc/gcc/objcp/ |
| D | objcp-decl.c | 105 return begin_compound_stmt (0); in objcp_begin_compound_stmt()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | method.c | 646 compound_stmt = begin_compound_stmt (/*has_no_scope=*/0); 801 compound_stmt = begin_compound_stmt (/*has_no_scope=*/0);
|
| D | init.c | 78 *compound_stmt_p = begin_compound_stmt (/*has_no_scope=*/1); 886 compound_stmt = begin_compound_stmt (/*has_no_scope=*/1); in construct_virtual_base() 2827 try_body = begin_compound_stmt (/*has_no_scope=*/1); 2907 do_body = begin_compound_stmt (/*has_no_scope=*/1);
|
| D | parse.y | 804 { $<ttype>$ = begin_compound_stmt (/*has_no_scope=*/1); } 3398 { $<ttype>$ = begin_compound_stmt (0); } 3423 { $<ttype>$ = begin_compound_stmt (0); }
|
| D | semantics.c | 815 begin_compound_stmt (has_no_scope) in begin_compound_stmt() function
|
| D | decl2.c | 2186 body = begin_compound_stmt (/*has_no_scope=*/0); 2354 body = begin_compound_stmt (/*has_no_scope=*/0); in start_static_storage_duration_function()
|
| D | decl.c | 9336 compound_stmt = begin_compound_stmt (/*has_no_scope=*/0); 9424 then_clause = begin_compound_stmt (/*has_no_scope=*/0); 14835 compound_stmt = begin_compound_stmt (/*has_no_scope=*/0); in begin_destructor_body() 14909 stmt = begin_compound_stmt (0); in begin_function_body()
|
| D | cp-tree.h | 4234 extern tree begin_compound_stmt PARAMS ((int));
|
| D | ChangeLog | 8502 * semantics.c (begin_compound_stmt): Update for note_level_for_try. 10882 (begin_compound_stmt): Use function_name_declared_p. 11116 (begin_compound_stmt): Likewise. 12043 (begin_compound_stmt): Likewise. 12270 (begin_compound_stmt): Change reference to 12744 (begin_compound_stmt): Likewise. 13457 (begin_compound_stmt): If we're a try block, call note_level_for_eh. 15464 * semantics.c (begin_compound_stmt): Remove
|
| D | pt.c | 7808 stmt = begin_compound_stmt (COMPOUND_STMT_NO_SCOPE (t));
|
| D | ChangeLog.2 | 616 * semantics.c (begin_compound_stmt): Declare __FUNCTION__, etc., 1364 (begin_compound_stmt): Handle a compound-statement outside of a 1863 (begin_compound_stmt): Don't declare __FUNCTION__ in scope-less 2254 * semantics.c (begin_compound_stmt): Call declare_function_name, 3463 (begin_compound_stmt): Likewise.
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | method.c | 639 compound_stmt = begin_compound_stmt (0); in do_build_assign_ref() 796 compound_stmt = begin_compound_stmt (BCS_FN_BODY); in synthesize_method()
|
| D | decl2.c | 2342 body = begin_compound_stmt (BCS_FN_BODY); in start_objects() 2499 body = begin_compound_stmt (BCS_FN_BODY); in start_static_storage_duration_function()
|
| D | semantics.c | 1001 *compound_stmt = begin_compound_stmt (0); in begin_function_try_block() 1129 begin_compound_stmt (unsigned int flags) in begin_compound_stmt() function
|
| D | decl.c | 5680 compound_stmt = begin_compound_stmt (BCS_FN_BODY); in register_dtor_fn() 5777 then_clause = begin_compound_stmt (BCS_NO_SCOPE); in expand_static_init() 5808 inner_then_clause = begin_compound_stmt (BCS_NO_SCOPE); in expand_static_init() 11024 compound_stmt = begin_compound_stmt (0); in begin_destructor_body() 11111 stmt = begin_compound_stmt (BCS_FN_BODY); in begin_function_body()
|
| D | ChangeLog-2000 | 1010 (begin_compound_stmt): Use function_name_declared_p. 1244 (begin_compound_stmt): Likewise. 2171 (begin_compound_stmt): Likewise. 2398 (begin_compound_stmt): Change reference to 2872 (begin_compound_stmt): Likewise. 3585 (begin_compound_stmt): If we're a try block, call note_level_for_eh. 5592 * semantics.c (begin_compound_stmt): Remove
|
| D | init.c | 74 *compound_stmt_p = begin_compound_stmt (BCS_NO_SCOPE); in begin_init_stmts()
|
| D | ChangeLog-1999 | 616 * semantics.c (begin_compound_stmt): Declare __FUNCTION__, etc., 1364 (begin_compound_stmt): Handle a compound-statement outside of a 1863 (begin_compound_stmt): Don't declare __FUNCTION__ in scope-less 2254 * semantics.c (begin_compound_stmt): Call declare_function_name, 3463 (begin_compound_stmt): Likewise.
|
| D | ChangeLog-2003 | 1248 (begin_compound_stmt): Likewise. 2535 * cp-tree.h (begin_compound_stmt): No scope arg is a bool. 2537 * decl.c (register_dtor_fn): Adjust begin_compound_stmt and 2551 * semantics.c (begin_compound_stmt): No scope arg is a bool.
|
| D | cp-tree.h | 4297 extern tree begin_compound_stmt (unsigned int);
|
| D | ChangeLog-2004 | 2879 * semantics.c (begin_compound_stmt, finish_call_expr, 4751 * semantics.c (begin_compound_stmt, finish_compound_stmt): Likewise. 4835 (begin_compound_stmt): Replace has_no_scope argument with flags.
|
| D | parser.c | 6493 compound_stmt = begin_compound_stmt (in_try ? BCS_TRY_BLOCK : 0); in cp_parser_compound_statement() 7054 statement = begin_compound_stmt (0); in cp_parser_implicitly_scoped_statement()
|
| D | ChangeLog-2001 | 2525 * semantics.c (begin_compound_stmt): Update for note_level_for_try.
|
| D | pt.c | 8635 stmt = begin_compound_stmt (BIND_EXPR_TRY_BLOCK (t) in tsubst_expr()
|
| /openbsd/src/gnu/gcc/gcc/objc/ |
| D | objc-act.c | 4460 compound_stmt = begin_compound_stmt (0); in objc_generate_cxx_ctor_or_dtor()
|
12