Searched refs:build_empty_stmt (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dc-gimplify.c163 body = build_empty_stmt ();
H A Dtree-ssa-phiopt.c432 bsi_insert_before (&bsi, build_empty_stmt (), BSI_NEW_STMT);
H A Dtree-ssa-propagate.c656 *stmt_p = TREE_SIDE_EFFECTS (expr) ? expr : build_empty_stmt ();
H A Dtree-tailcall.c797 SSA_NAME_DEF_STMT (rslt) = build_empty_stmt ();
H A Dtree-cfg.c1535 *stmt_p = build_empty_stmt ();
1789 *data->last_goto = build_empty_stmt ();
2631 COND_EXPR_THEN (stmt) = build_empty_stmt ();
2633 COND_EXPR_ELSE (stmt) = build_empty_stmt ();
2745 instead of smashing with build_empty_stmt.
5343 bsi_insert_on_edge (e, build_empty_stmt ());
H A Dtree-complex.c1106 bsi_insert_after (bsi, build_empty_stmt (), BSI_NEW_STMT);
1145 bsi_insert_after (bsi, build_empty_stmt (), BSI_NEW_STMT);
H A Domp-low.c1163 *stmt_p = build_empty_stmt ();
4308 *tp = build_empty_stmt ();
4505 *stmt_p = build_empty_stmt ();
H A Dtree-into-ssa.c1081 ddef = make_ssa_name (sym, build_empty_stmt ());
H A Dtree-inline.c578 *tp = build_empty_stmt ();
H A Dgimplify.c2067 *expr_p = build_empty_stmt ();
2073 *expr_p = build_empty_stmt ();
H A Dtree.h3680 extern tree build_empty_stmt (void);
H A Dtree.c7027 build_empty_stmt (void)
6997 build_empty_stmt (void) function
H A Dc-parser.c4075 add_stmt (build_empty_stmt ());
/freebsd-10.1-release/contrib/gcc/cp/
H A Dcp-gimplify.c170 then_ = build_empty_stmt ();
172 else_ = build_empty_stmt ();
349 body = build_empty_stmt ();
562 *expr_p = build_empty_stmt ();
H A Dsemantics.c3424 init = build_empty_stmt ();
H A Dparser.c7464 statement = add_stmt (build_empty_stmt ());

Completed in 290 milliseconds