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

/freebsd-9.3-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.c1429 add_stmt (fnbody);
1432 add_stmt (build_stmt (DECL_EXPR, decl));
1436 add_stmt (fnbody);
2180 add_stmt (e);
3409 add_stmt (build_stmt (DECL_EXPR, label));
3579 label = add_stmt (build_stmt (LABEL_EXPR, tlab));
3704 add_stmt (c_parser_compound_statement (parser));
3874 add_stmt (build_empty_stmt ());
3908 add_stmt (c_end_compound_stmt (block, flag_isoc99));
3937 add_stmt (build
[all...]
H A Dc-typeck.c6816 return add_stmt (args);
6966 return add_stmt (build1 (GOTO_EXPR, void_type_node, decl));
6977 return add_stmt (build1 (GOTO_EXPR, void_type_node, expr));
7079 return add_stmt (ret_stmt);
7166 return add_stmt (cs->switch_expr);
7293 add_stmt (stmt);
7322 add_stmt (t);
7349 add_stmt (t);
7360 add_stmt (top);
7364 add_stmt (bod
[all...]
H A Dc-common.h296 extern tree add_stmt (tree);
H A Dc-decl.c435 add_stmt (tree t)
3703 add_stmt (bind);
3706 add_stmt (build_stmt (DECL_EXPR, decl));
3735 add_stmt (build_stmt (DECL_EXPR, decl));
5897 add_stmt (build_stmt (DECL_EXPR, build_decl (TYPE_DECL, NULL, t)));
6829 add_stmt (TREE_VALUE (t));
432 add_stmt (tree t) function
H A Dc-common.c3871 case_label = add_stmt (build_case_label (low_value, high_value, label));
3886 add_stmt (build_stmt (LABEL_EXPR, t));
/freebsd-9.3-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 Ddecl.c766 add_stmt (stmt);
2685 return add_stmt (build_case_label (low_value, high_value, label));
10257 add_stmt (build_min (TAG_DEFN, enumtype));
11106 add_stmt (build_stmt (LABEL_EXPR, cdtor_label));
11113 add_stmt (exprstmt);
11154 add_stmt (build_stmt (LABEL_EXPR, cdtor_label));
11193 add_stmt (exprstmt);
H A Dparser.c7131 statement = add_stmt (build_empty_stmt ());
18719 cp_parser_statement calls add_stmt. */
19033 add_stmt (finish_omp_structured_block (sb));
19104 add_stmt (substmt);
19129 add_stmt (substmt);
19139 add_stmt (stmt);
19272 return add_stmt (stmt);
H A Dpt.c8810 add_stmt (finish_omp_structured_block (stmt));
8824 add_stmt (t);
8837 add_stmt (t);
H A Dname-lookup.c3378 add_stmt (build_stmt (USING_STMT, namespace));
H A Dclass.c5243 add_stmt (build_min (TAG_DEFN, t));

Completed in 320 milliseconds