Home
last modified time | relevance | path

Searched refs:add_stmt (Results 1 – 25 of 34) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-omp.c40 tree t = add_stmt (build1 (OMP_MASTER, void_type_node, stmt)); in c_finish_omp_master()
57 return add_stmt (stmt); in c_finish_omp_critical()
68 return add_stmt (t); in c_finish_omp_ordered()
82 add_stmt (x); in c_finish_omp_barrier()
96 add_stmt (x); in c_finish_omp_taskwait()
110 add_stmt (x); in c_finish_omp_taskyield()
265 add_stmt (x); in c_finish_omp_flush()
579 return add_stmt (t); in c_finish_omp_for()
H A Dc-common.h539 extern tree add_stmt (tree);
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Doptimize.c132 add_stmt (call_dtor); in build_delete_destructor_body()
134 add_stmt (build_stmt (0, LABEL_EXPR, cdtor_label)); in build_delete_destructor_body()
142 add_stmt (call_delete); in build_delete_destructor_body()
150 add_stmt (build_stmt (0, RETURN_EXPR, val)); in build_delete_destructor_body()
H A Dsemantics.c379 add_stmt (tree t) in add_stmt() function
445 add_stmt (r); in add_decl_expr()
489 add_stmt (stmt); in push_cleanup()
723 add_stmt (r); in begin_while_stmt()
755 add_stmt (r); in begin_do_stmt()
819 r = add_stmt (r); in finish_return_stmt()
1095 add_stmt (r); in begin_try_block()
1185 add_stmt (r); in begin_handler()
1304 add_stmt (stmt); in finish_compound_stmt()
1859 add_stmt (expr); in finish_stmt_expr_expr()
[all …]
H A Dtypeck2.c582 add_stmt (code); in split_nonconstant_init_1()
604 add_stmt (code); in split_nonconstant_init_1()
H A Dexcept.c594 add_stmt (r); in begin_eh_spec_block()
H A Ddecl.c788 add_stmt (stmt); in poplevel()
3050 return add_stmt (build_case_label (low_value, high_value, label)); in finish_case_label()
12399 add_stmt (build_min (TAG_DEFN, enumtype)); in finish_enum()
13208 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label)); in finish_constructor_body()
13215 add_stmt (exprstmt); in finish_constructor_body()
13256 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label)); in finish_destructor_body()
13295 add_stmt (exprstmt); in finish_destructor_body()
H A Dparser.c9077 add_stmt (build_empty_stmt (loc)); in cp_parser_selection_statement()
9105 add_stmt (build_empty_stmt (loc)); in cp_parser_selection_statement()
9995 statement = add_stmt (build_empty_stmt (loc)); in cp_parser_implicitly_scoped_statement()
26356 add_stmt (t); in cp_parser_omp_for_loop()
26357 add_stmt (this_pre_body); in cp_parser_omp_for_loop()
26575 add_stmt (finish_omp_structured_block (sb)); in cp_parser_omp_for()
26648 add_stmt (substmt); in cp_parser_omp_sections_scope()
26673 add_stmt (substmt); in cp_parser_omp_sections_scope()
26683 add_stmt (stmt); in cp_parser_omp_sections_scope()
26815 return add_stmt (stmt); in cp_parser_omp_single()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Doptimize.c153 add_stmt (build2 (TRY_FINALLY_EXPR, void_type_node, call_dtor, call_delete)); in build_delete_destructor_body()
161 add_stmt (build_stmt (0, RETURN_EXPR, val)); in build_delete_destructor_body()
433 add_stmt (modify); in maybe_thunk_body()
437 add_stmt (call); in maybe_thunk_body()
442 add_stmt (bind); in maybe_thunk_body()
H A Dsemantics.c371 add_stmt (tree t) in add_stmt() function
440 add_stmt (r); in add_decl_expr()
484 add_stmt (stmt); in push_cleanup()
798 add_stmt (r); in begin_while_stmt()
849 add_stmt (r); in begin_do_stmt()
928 r = add_stmt (r); in finish_return_stmt()
1226 add_stmt (r); in begin_try_block()
1316 add_stmt (r); in begin_handler()
1461 add_stmt (stmt); in finish_compound_stmt()
2195 add_stmt (expr); in finish_stmt_expr_expr()
[all …]
H A Dtypeck2.c620 add_stmt (code); in split_nonconstant_init_1()
682 add_stmt (code); in split_nonconstant_init_1()
698 add_stmt (code); in split_nonconstant_init_1()
717 add_stmt (code); in split_nonconstant_init_1()
H A Dparser.c10725 add_stmt (stmt); in add_debug_begin_stmt()
35452 add_stmt (t); in cp_parser_omp_for_loop()
35593 add_stmt (ret); in cp_parser_omp_for()
35763 add_stmt (stmt); in cp_parser_omp_sections_scope()
36158 add_stmt (ret); in cp_parser_omp_distribute()
36552 add_stmt (stmt); in cp_parser_omp_target_update()
36732 add_stmt (stmt); in cp_parser_omp_target()
36782 add_stmt (stmt); in cp_parser_oacc_cache()
36986 add_stmt (stmt); in cp_parser_oacc_declare()
37056 add_stmt (stmt); in cp_parser_oacc_enter_exit_data()
[all …]
H A Dexcept.c468 add_stmt (r); in begin_eh_spec_block()
H A Ddecl.c838 add_stmt (stmt); in poplevel()
3655 return add_stmt (build_case_label (low_value, high_value, label)); in finish_case_label()
7214 add_stmt (bind); in cp_finish_decl()
14587 add_stmt (build_min (TAG_DEFN, enumtype)); in finish_enum()
15520 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label)); in finish_constructor_body()
15527 add_stmt (exprstmt); in finish_constructor_body()
15603 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label)); in finish_destructor_body()
15614 add_stmt (exprstmt); in finish_destructor_body()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-omp.c78 tree t = add_stmt (build1 (OMP_MASTER, void_type_node, stmt)); in c_finish_omp_master()
89 tree t = add_stmt (build1 (OMP_TASKGROUP, void_type_node, stmt)); in c_finish_omp_taskgroup()
107 return add_stmt (stmt); in c_finish_omp_critical()
125 return add_stmt (t); in c_finish_omp_ordered()
139 add_stmt (x); in c_finish_omp_barrier()
153 add_stmt (x); in c_finish_omp_taskwait()
167 add_stmt (x); in c_finish_omp_taskyield()
430 add_stmt (x); in c_finish_omp_flush()
H A Dc-common.h582 extern tree add_stmt (tree);
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c1663 add_stmt (stmt); in add_debug_begin_stmt()
1866 add_stmt (fn); in c_parser_declaration_or_fndef()
5193 add_stmt (fn); in c_parser_label()
14444 add_stmt (stmt); in c_parser_oacc_cache()
14629 add_stmt (stmt); in c_parser_oacc_declare()
14703 add_stmt (stmt); in c_parser_oacc_enter_exit_data()
15081 add_stmt (stmt); in c_parser_oacc_update()
15104 add_stmt (stmt); in c_parser_oacc_wait()
15723 add_stmt (t); in c_parser_omp_for_loop()
16123 add_stmt (ret); in c_parser_omp_for()
[all …]
H A Dc-typeck.c3976 add_stmt (rhs); in build_atomic_assign()
4111 add_stmt (old); in build_atomic_assign()
4167 add_stmt (stmt); in build_atomic_assign()
10524 add_stmt (stmt); in c_finish_if_stmt()
10546 add_stmt (t); in c_finish_loop()
10573 add_stmt (t); in c_finish_loop()
10599 add_stmt (body); in c_finish_loop()
10603 add_stmt (incr); in c_finish_loop()
10958 add_stmt (stmt); in push_cleanup()
12418 add_stmt (stmt); in c_finish_omp_cancel()
[all …]
H A Dc-decl.c613 add_stmt (tree t) in add_stmt() function
4691 add_stmt (fold_convert (void_type_node, expr)); in start_decl()
5141 add_stmt (bind); in finish_decl()
5144 add_stmt (build_stmt (DECL_SOURCE_LOCATION (decl), in finish_decl()
5169 add_stmt (build_stmt (DECL_SOURCE_LOCATION (decl), DECL_EXPR, decl)); in finish_decl()
8282 add_stmt (build_stmt (loc, in finish_struct()
9377 add_stmt (arg_info->pending_sizes); in store_parm_decls()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-parser.c1767 add_stmt (fnbody); in c_parser_declaration_or_fndef()
1774 add_stmt (fnbody); in c_parser_declaration_or_fndef()
4767 add_stmt (t); in c_parser_switch_statement()
9781 add_stmt (stmt); in c_parser_omp_atomic()
10051 add_stmt (t); in c_parser_omp_for_loop()
10074 add_stmt (body); in c_parser_omp_for_loop()
10136 add_stmt (stmt); in c_parser_omp_for_loop()
10170 add_stmt (block); in c_parser_omp_for()
10250 add_stmt (substmt); in c_parser_omp_sections_scope()
10276 add_stmt (substmt); in c_parser_omp_sections_scope()
[all …]
H A Dc-typeck.c8710 return add_stmt (t); in c_finish_goto_label()
8726 return add_stmt (t); in c_finish_goto_ptr()
9071 add_stmt (stmt); in c_finish_if_stmt()
9093 add_stmt (t); in c_finish_loop()
9120 add_stmt (t); in c_finish_loop()
9132 add_stmt (top); in c_finish_loop()
9136 add_stmt (body); in c_finish_loop()
9140 add_stmt (incr); in c_finish_loop()
9142 add_stmt (entry); in c_finish_loop()
9144 add_stmt (exit); in c_finish_loop()
[all …]
H A Dc-decl.c539 add_stmt (tree t) in add_stmt() function
4001 add_stmt (fold_convert (void_type_node, expr)); in start_decl()
4449 add_stmt (bind); in finish_decl()
4452 add_stmt (build_stmt (DECL_SOURCE_LOCATION (decl), in finish_decl()
4478 add_stmt (build_stmt (DECL_SOURCE_LOCATION (decl), DECL_EXPR, decl)); in finish_decl()
7327 add_stmt (build_stmt (loc, in finish_struct()
8308 add_stmt (arg_info->pending_sizes); in store_parm_decls()
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c956 add_stmt (build_function_call in build_module_initializer_routine()
963 add_stmt (c_end_compound_stmt (input_location, body, true)); in build_module_initializer_routine()
996 add_stmt (build_stmt (input_location, EXPR_STMT, in objc_generate_static_init_call()
2220 return add_stmt (t); in build_throw_stmt()
H A Dobjc-act.c1812 add_stmt (bind); in objc_maybe_build_modify_expr()
1902 add_stmt (bind); in objc_build_incr_expr_for_property_ref()
4251 add_stmt (t); in objc_begin_catch_clause()
4292 add_stmt (stmt); in objc_finish_try_stmt()
4361 return add_stmt (body); in objc_build_synchronized()
4374 add_stmt (call); in objc_build_synchronized()
7307 add_stmt (function_call); in objc_synthesize_getter()
7324 add_stmt (c_end_compound_stmt (location, body, true)); in objc_synthesize_getter()
7512 add_stmt (statement); in objc_synthesize_setter()
7513 add_stmt (c_end_compound_stmt (location, body, true)); in objc_synthesize_setter()
[all …]
H A Dobjc-next-runtime-abi-02.c1565 add_stmt (value); in objc_copy_to_temp_side_effect_params()
3643 return add_stmt (t); in build_throw_stmt()

12