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

/freebsd-10.1-release/contrib/gcc/
H A Dc-omp.c44 return add_stmt (build1 (OMP_MASTER, void_type_node, stmt));
58 return add_stmt (stmt);
67 return add_stmt (build1 (OMP_ORDERED, void_type_node, stmt));
80 add_stmt (x);
88 with add_stmt. */
154 add_stmt (x);
381 return add_stmt (t);
H A Dc-parser.c1561 add_stmt (fnbody);
1564 add_stmt (build_stmt (DECL_EXPR, decl));
1568 add_stmt (fnbody);
2329 add_stmt (e);
3590 add_stmt (build_stmt (DECL_EXPR, label));
3764 label = add_stmt (build_stmt (LABEL_EXPR, tlab));
3889 add_stmt (c_parser_compound_statement (parser));
4075 add_stmt (build_empty_stmt ());
4109 add_stmt (c_end_compound_stmt (block, flag_isoc99));
4138 add_stmt (build
[all...]
H A Dc-typeck.c7192 return add_stmt (args);
7342 return add_stmt (build1 (GOTO_EXPR, void_type_node, decl));
7353 return add_stmt (build1 (GOTO_EXPR, void_type_node, expr));
7534 return add_stmt (ret_stmt);
7621 return add_stmt (cs->switch_expr);
7748 add_stmt (stmt);
7777 add_stmt (t);
7809 add_stmt (t);
7820 add_stmt (top);
7824 add_stmt (bod
[all...]
H A Dc-common.h304 extern tree add_stmt (tree);
H A Dc-decl.c437 add_stmt (tree t)
3556 add_stmt (call_exp);
3560 add_stmt (fnbody);
3608 add_stmt (rel_exp);
3611 add_stmt (fnbody);
4080 add_stmt (bind);
4083 add_stmt (build_stmt (DECL_EXPR, decl));
4112 add_stmt (build_stmt (DECL_EXPR, decl));
6335 add_stmt (build_stmt (DECL_EXPR, build_decl (TYPE_DECL, NULL, t)));
7267 add_stmt (TREE_VALU
434 add_stmt (tree t) function
[all...]
H A Dc-common.c3876 case_label = add_stmt (build_case_label (low_value, high_value, label));
3891 add_stmt (build_stmt (LABEL_EXPR, t));
/freebsd-10.1-release/contrib/gcc/cp/
H A Dsemantics.c365 add_stmt (tree t) function
432 add_stmt (r);
486 add_stmt (stmt);
571 return add_stmt (build_stmt (GOTO_EXPR, destination));
630 r = add_stmt (expr);
660 add_stmt (if_stmt);
698 add_stmt (do_poplevel (scope));
715 add_stmt (r);
752 add_stmt (r);
806 r = add_stmt (
[all...]
H A Dtypeck2.c518 add_stmt (code);
532 add_stmt (code);
H A Dexcept.c501 add_stmt (r);
H A Dparser.c7103 add_stmt (statement);
7464 statement = add_stmt (build_empty_stmt ());
18724 add_stmt (do_poplevel (scope));
18803 add_stmt (bind);
18808 add_stmt (bind);
18816 add_stmt (bind);
18833 add_stmt (bind);
18846 add_stmt (bind);
18862 add_stmt (enumerationMutation_call_exp);
18869 add_stmt (build
[all...]
H A Ddecl.c767 add_stmt (stmt);
2686 return add_stmt (build_case_label (low_value, high_value, label));
5263 add_stmt (call_exp);
5317 add_stmt (rel_exp);
10725 add_stmt (build_min (TAG_DEFN, enumtype));
11654 add_stmt (build_stmt (LABEL_EXPR, cdtor_label));
11661 add_stmt (exprstmt);
11702 add_stmt (build_stmt (LABEL_EXPR, cdtor_label));
11741 add_stmt (exprstmt);
H A Dpt.c8815 add_stmt (finish_omp_structured_block (stmt));
8829 add_stmt (t);
8842 add_stmt (t);
H A Dname-lookup.c3396 add_stmt (build_stmt (USING_STMT, namespace));
H A Dclass.c5272 add_stmt (build_min (TAG_DEFN, t));

Completed in 253 milliseconds