Lines Matching defs:append_to_statement_list

244       append_to_statement_list (gimplify_ctxp->conditional_cleanups, pre_p);
292 /* A subroutine of append_to_statement_list{,_force}. T is not NULL. */
318 append_to_statement_list (tree t, tree *list_p)
339 append_to_statement_list (t, list_p);
941 append_to_statement_list (failure, &EH_FILTER_FAILURE (t));
944 append_to_statement_list (body, &TREE_OPERAND (t, 0));
1105 append_to_statement_list (stack_restore, &TREE_OPERAND (t, 1));
1108 append_to_statement_list (stack_save, &BIND_EXPR_BODY (bind_expr));
1109 append_to_statement_list (t, &BIND_EXPR_BODY (bind_expr));
1118 append_to_statement_list (bind_expr, pre_p);
1295 append_to_statement_list (start_label, pre_p);
1303 append_to_statement_list (jump_stmt, pre_p);
1419 append_to_statement_list (switch_expr, pre_p);
1427 append_to_statement_list (SWITCH_BODY (switch_expr), pre_p);
1951 append_to_statement_list (post, orig_post_p);
2165 append_to_statement_list (t, &expr);
2169 append_to_statement_list (t, &expr);
2183 append_to_statement_list (t, &expr);
2187 append_to_statement_list (t, &expr);
2212 append_to_statement_list (t, &expr);
2344 append_to_statement_list (pred, &expr);
2346 append_to_statement_list (then_, &expr);
2352 append_to_statement_list (t, &expr);
2357 append_to_statement_list (t, &expr);
2359 append_to_statement_list (else_, &expr);
2364 append_to_statement_list (t, &expr);
2764 append_to_statement_list (build2 (MODIFY_EXPR, var_type, var, lower), pre_p);
2767 append_to_statement_list (build1 (LABEL_EXPR,
2785 append_to_statement_list (build2 (MODIFY_EXPR, TREE_TYPE (cref),
2800 append_to_statement_list (build2 (MODIFY_EXPR, var_type, var,
2807 append_to_statement_list (build1 (GOTO_EXPR,
2813 append_to_statement_list (build1 (LABEL_EXPR,
3105 append_to_statement_list (*expr_p, pre_p);
3208 append_to_statement_list (*expr_p, pre_p);
3502 append_to_statement_list (*expr_p, pre_p);
3548 append_to_statement_list (*from_p, pre_p);
3549 append_to_statement_list (*to_p, pre_p);
3612 append_to_statement_list (*expr_p, pre_p);
3717 append_to_statement_list (*sub_p, pre_p);
3763 append_to_statement_list (*expr_p, pre_p);
3797 append_to_statement_list (TREE_OPERAND (*expr_p, 0), pre_p);
4155 append_to_statement_list (TREE_OPERAND (wce, 0),
4168 append_to_statement_list (body, pre_p);
4221 append_to_statement_list (ffalse, &gimplify_ctxp->conditional_cleanups);
4222 append_to_statement_list (wce, &gimplify_ctxp->conditional_cleanups);
4223 append_to_statement_list (ftrue, pre_p);
4234 append_to_statement_list (wce, pre_p);
4272 append_to_statement_list (init, pre_p);
4317 append_to_statement_list (t, stmt_p);
5676 append_to_statement_list (ce->value, &temp);
5986 append_to_statement_list (*expr_p, &internal_pre);
5987 append_to_statement_list (internal_post, &internal_pre);
6069 append_to_statement_list (internal_post, pre_p);
6410 append_to_statement_list (x, &TREE_OPERAND (tf, 0));
6413 append_to_statement_list (x, &TREE_OPERAND (tf, 1));
6419 append_to_statement_list (x, &BIND_EXPR_BODY (bind));
6420 append_to_statement_list (tf, &BIND_EXPR_BODY (bind));