Home
last modified time | relevance | path

Searched refs:begin_compound_stmt (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/src/gnu/gcc/gcc/objcp/
Dobjcp-decl.c105 return begin_compound_stmt (0); in objcp_begin_compound_stmt()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dmethod.c646 compound_stmt = begin_compound_stmt (/*has_no_scope=*/0);
801 compound_stmt = begin_compound_stmt (/*has_no_scope=*/0);
Dinit.c78 *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);
Dparse.y804 { $<ttype>$ = begin_compound_stmt (/*has_no_scope=*/1); }
3398 { $<ttype>$ = begin_compound_stmt (0); }
3423 { $<ttype>$ = begin_compound_stmt (0); }
Dsemantics.c815 begin_compound_stmt (has_no_scope) in begin_compound_stmt() function
Ddecl2.c2186 body = begin_compound_stmt (/*has_no_scope=*/0);
2354 body = begin_compound_stmt (/*has_no_scope=*/0); in start_static_storage_duration_function()
Ddecl.c9336 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()
Dcp-tree.h4234 extern tree begin_compound_stmt PARAMS ((int));
DChangeLog8502 * 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
Dpt.c7808 stmt = begin_compound_stmt (COMPOUND_STMT_NO_SCOPE (t));
DChangeLog.2616 * 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/
Dmethod.c639 compound_stmt = begin_compound_stmt (0); in do_build_assign_ref()
796 compound_stmt = begin_compound_stmt (BCS_FN_BODY); in synthesize_method()
Ddecl2.c2342 body = begin_compound_stmt (BCS_FN_BODY); in start_objects()
2499 body = begin_compound_stmt (BCS_FN_BODY); in start_static_storage_duration_function()
Dsemantics.c1001 *compound_stmt = begin_compound_stmt (0); in begin_function_try_block()
1129 begin_compound_stmt (unsigned int flags) in begin_compound_stmt() function
Ddecl.c5680 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()
DChangeLog-20001010 (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
Dinit.c74 *compound_stmt_p = begin_compound_stmt (BCS_NO_SCOPE); in begin_init_stmts()
DChangeLog-1999616 * 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.
DChangeLog-20031248 (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.
Dcp-tree.h4297 extern tree begin_compound_stmt (unsigned int);
DChangeLog-20042879 * 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.
Dparser.c6493 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()
DChangeLog-20012525 * semantics.c (begin_compound_stmt): Update for note_level_for_try.
Dpt.c8635 stmt = begin_compound_stmt (BIND_EXPR_TRY_BLOCK (t) in tsubst_expr()
/openbsd/src/gnu/gcc/gcc/objc/
Dobjc-act.c4460 compound_stmt = begin_compound_stmt (0); in objc_generate_cxx_ctor_or_dtor()

12