Searched refs:add_stmt (Results 1 - 25 of 26) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A D20091016-1_0.c10 void *add_stmt (struct stmt_tree_s *x) function
/haiku-buildtools/gcc/gcc/cp/
H A Doptimize.c147 add_stmt (call_dtor);
149 add_stmt (build_stmt (0, LABEL_EXPR, cdtor_label));
158 add_stmt (call_delete);
166 add_stmt (build_stmt (0, RETURN_EXPR, val));
426 add_stmt (modify);
430 add_stmt (call);
435 add_stmt (bind);
H A Dsemantics.c386 add_stmt (tree t) function
455 add_stmt (r);
499 add_stmt (stmt);
651 return add_stmt (build_stmt (input_location, GOTO_EXPR, destination));
718 r = add_stmt (expr);
746 add_stmt (if_stmt);
784 add_stmt (do_poplevel (scope));
795 add_stmt (r);
840 add_stmt (r);
918 r = add_stmt (
[all...]
H A Dtypeck2.c626 add_stmt (code);
688 add_stmt (code);
704 add_stmt (code);
723 add_stmt (code);
H A Dcp-array-notation.c1117 add_stmt (new_mod);
1118 add_stmt (expr);
H A Dparser.c10191 add_stmt (build_empty_stmt (loc));
10219 add_stmt (build_empty_stmt (loc));
11166 statement = add_stmt (build_empty_stmt (loc));
29583 cp_parser_statement calls add_stmt. */
30490 add_stmt (t);
30491 add_stmt (this_pre_body);
30685 add_stmt (pop_stmt_list (for_block->pop ()));
30744 add_stmt (finish_omp_structured_block (sb));
30808 add_stmt (ret);
30832 add_stmt (finish_omp_structured_bloc
[all...]
H A Dexcept.c602 add_stmt (r);
H A Ddecl.c824 add_stmt (stmt);
3359 return add_stmt (build_case_label (low_value, high_value, label));
6740 add_stmt (bind);
13121 add_stmt (build_min (TAG_DEFN, enumtype));
13958 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label));
13965 add_stmt (exprstmt);
14022 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label));
14062 add_stmt (exprstmt);
H A Dname-lookup.c4055 add_stmt (build_stmt (input_location, USING_STMT, name_space));
6295 add_stmt (build_stmt (input_location, USING_STMT, t));
H A Dpt.c14417 add_stmt (t);
14420 add_stmt (finish_omp_structured_block (stmt));
14436 add_stmt (t);
14452 add_stmt (t);
14460 add_stmt (t);
14474 add_stmt (t);
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-omp.c77 add_stmt (stmt);
90 tree t = add_stmt (build1 (OMP_MASTER, void_type_node, stmt));
101 tree t = add_stmt (build1 (OMP_TASKGROUP, void_type_node, stmt));
118 return add_stmt (stmt);
129 return add_stmt (t);
143 add_stmt (x);
157 add_stmt (x);
171 add_stmt (x);
182 tree with add_stmt. */
345 add_stmt (
[all...]
H A Dc-common.h568 extern tree add_stmt (tree);
H A Dc-common.c6232 case_label = add_stmt (build_case_label (low_value, high_value, label));
6247 add_stmt (build_stmt (loc, LABEL_EXPR, t));
/haiku-buildtools/gcc/gcc/c/
H A Dc-array-notation.c101 add_stmt (new_exp);
190 add_stmt (new_node);
656 add_stmt (scalar_mods);
671 add_stmt (builtin_loop);
706 add_stmt (new_modify_expr);
883 add_stmt (lhs_an_loop_info[ii].ind_init);
885 add_stmt (rhs_an_loop_info[ii].ind_init);
949 add_stmt (error_mark_node);
958 add_stmt (builtin_loop);
970 add_stmt (stm
[all...]
H A Dc-parser.c1996 add_stmt (fnbody);
1999 add_stmt (build_stmt (DECL_SOURCE_LOCATION (decl), DECL_EXPR, decl));
2003 add_stmt (fnbody);
4593 add_stmt (build_stmt (label_loc, DECL_EXPR, label));
4795 label = add_stmt (build_stmt (loc1, LABEL_EXPR, tlab));
4972 add_stmt (c_parser_compound_statement (parser));
5008 add_stmt (build_cilk_sync ());
5205 add_stmt (build_empty_stmt (loc));
5212 add_stmt (c_parser_compound_statement (parser));
5234 add_stmt (build_empty_stm
[all...]
H A Dc-typeck.c3709 add_stmt (rhs);
3722 add_stmt (func_call);
3754 add_stmt (func_call);
3766 add_stmt (hold_call);
3769 add_stmt (loop_label);
3780 add_stmt (rhs);
3799 add_stmt (stmt);
3802 add_stmt (clear_call);
3807 add_stmt (goto_stmt);
3810 add_stmt (done_labe
[all...]
H A Dc-decl.c640 add_stmt (tree t)
4517 add_stmt (fold_convert (void_type_node, expr));
4965 add_stmt (bind);
4968 add_stmt (build_stmt (DECL_SOURCE_LOCATION (decl),
4994 add_stmt (build_stmt (DECL_SOURCE_LOCATION (decl), DECL_EXPR, decl));
7944 add_stmt (build_stmt (loc,
8946 add_stmt (arg_info->pending_sizes);
637 add_stmt (tree t) function
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dtrans.c2632 add_stmt (group);
2637 add_stmt (stmt);
2645 add_stmt (build1 (LABEL_EXPR, void_type_node, gnu_label));
2956 add_stmt (gnu_stmt);
3075 add_stmt (gnu_loop_stmt);
3739 add_stmt (gnat_to_gnu (Handled_Statement_Sequence (gnat_node)));
3764 add_stmt (gnu_result);
3789 add_stmt (gnu_result);
3790 add_stmt (build1 (LABEL_EXPR, void_type_node,
4039 add_stmt (gnat_to_gn
7512 add_stmt (tree gnu_stmt) function
[all...]
H A Dgigi.h59 extern void add_stmt (tree gnu_stmt);
64 /* Like add_stmt, but set the location of GNU_STMT to that of GNAT_NODE. */
/haiku-buildtools/gcc/gcc/jit/
H A Djit-playback.c1502 add_stmt (rvalue->as_tree ());
1532 add_stmt (stmt);
1562 add_stmt (label_expr);
1596 add_stmt (stmt);
1610 //add_stmt (top);
1617 add_stmt (stmt);
1631 return add_stmt (t);
1665 add_stmt (return_stmt);
1739 add_stmt (switch_stmt);
H A Djit-playback.h516 void add_stmt (tree stmt) function in class:gcc::jit::playback::block
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c964 add_stmt (build_function_call
971 add_stmt (c_end_compound_stmt (input_location, body, true));
1004 add_stmt (build_stmt (input_location, EXPR_STMT,
2230 return add_stmt (t);
H A Dobjc-act.c1851 add_stmt (bind);
1941 add_stmt (bind);
4295 add_stmt (t);
4336 add_stmt (stmt);
4405 return add_stmt (body);
4418 add_stmt (call);
7344 add_stmt (function_call);
7361 add_stmt (c_end_compound_stmt (location, body, true));
7550 add_stmt (statement);
7551 add_stmt (c_end_compound_stm
[all...]
H A Dobjc-next-runtime-abi-02.c1576 add_stmt (value);
3649 return add_stmt (t);
H A Dobjc-next-runtime-abi-01.c2883 return add_stmt (t);

Completed in 832 milliseconds

12