Searched refs:new_body (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/bsd/bc/dist/
H A Dload.c62 char *new_body; local
74 new_body = bc_malloc (f->f_body_size);
75 memcpy(new_body, f->f_body, f->f_body_size/2);
77 f->f_body = new_body;
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.c302 char *new_body, *text;
307 new_body = xmalloc (1 + new_body_size);
316 new_body[new_body_index++] = body[i++];
370 new_body = xrealloc (new_body, new_body_size);
375 strcpy (new_body + new_body_index, text);
382 new_body[new_body_index] = 0;
383 return new_body;
300 char *new_body, *text; local
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dhttpread.c488 char *new_body; local
516 if ((new_body = os_realloc(h->body, new_alloc_nbytes))
524 h->body = new_body;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c7848 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body;
7886 new_body = gimple_omp_body (stmt);
7888 tgsi = gsi_start (new_body);
7917 bind = gimple_build_bind (NULL, new_body, block);
7943 new_body = NULL;
7944 gimple_seq_add_seq (&new_body, ilist);
7945 gimple_seq_add_stmt (&new_body, stmt);
7946 gimple_seq_add_stmt (&new_body, gimple_build_omp_sections_switch ());
7947 gimple_seq_add_stmt (&new_body, bind);
7950 gimple_seq_add_stmt (&new_body,
7846 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body; local
9895 gimple_seq new_body = copy_gimple_seq_and_replace_locals (body); local
11416 gimple_seq new_body = NULL; local
11479 gimple_seq tgt_body, olist, ilist, fplist, new_body; local
[all...]
H A Dreload1.c3225 rtx new_body;
3316 new_body = old_body;
3319 new_body = copy_insn (old_body);
3323 PATTERN (insn) = new_body;
3441 new_body = old_body;
3444 new_body = copy_insn (old_body);
3448 PATTERN (insn) = new_body;
3460 && (GET_CODE (new_body) != SET
3461 || !REG_P (SET_SRC (new_body))))
3486 /* Restoring a top-level match_parallel would clobber the new_body
3209 rtx new_body; local
[all...]
H A Dtree-inline.c957 gimple_seq new_body = NULL; local
962 gimple_seq_add_seq (&new_body, new_stmts);
965 return new_body;
977 gimple_seq body, new_body; local
982 new_body = remap_gimple_seq (body, id);
994 new_bind = gimple_build_bind (new_vars, new_body, new_block);
H A Domp-expand.c2452 basic_block new_body = e1->dest; local
2454 cont_bb = new_body;
2507 e1 = make_edge (new_header, new_body, EDGE_TRUE_VALUE);
2511 set_immediate_dominator (CDI_DOMINATORS, new_body, new_header);
H A Dgimplify.c1534 gimple_seq new_body;
1536 new_body = NULL;
1541 gimplify_seq_add_stmt (&new_body, stack_save);
1542 gimplify_seq_add_stmt (&new_body, gs);
1543 gimple_bind_set_body (bind_stmt, new_body);
1532 gimple_seq new_body; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc8581 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body;
8619 new_body = gimple_omp_body (stmt);
8621 tgsi = gsi_start (new_body);
8650 bind = gimple_build_bind (NULL, new_body, block);
8676 new_body = NULL;
8677 gimple_seq_add_seq (&new_body, ilist);
8678 gimple_seq_add_stmt (&new_body, stmt);
8679 gimple_seq_add_stmt (&new_body, gimple_build_omp_sections_switch ());
8680 gimple_seq_add_stmt (&new_body, bind);
8683 gimple_seq_add_stmt (&new_body,
8579 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body; local
[all...]
H A Domp-oacc-kernels-decompose.cc729 gimple_seq new_body = NULL; local
760 gimple_seq_add_seq (&new_body, inner_sequence);
776 gimple_seq_add_stmt (&new_body, stmt);
780 gimple_bind_set_body (bind, new_body);
H A Dreload1.cc3222 rtx new_body;
3313 new_body = old_body;
3316 new_body = copy_insn (old_body);
3320 PATTERN (insn) = new_body;
3438 new_body = old_body;
3441 new_body = copy_insn (old_body);
3445 PATTERN (insn) = new_body;
3457 && (GET_CODE (new_body) != SET
3458 || !REG_P (SET_SRC (new_body))))
3483 /* Restoring a top-level match_parallel would clobber the new_body
3206 rtx new_body; local
[all...]
H A Dtree-inline.cc933 gimple_seq new_body = NULL; local
938 gimple_seq_add_seq (&new_body, new_stmts);
941 return new_body;
953 gimple_seq body, new_body; local
958 new_body = remap_gimple_seq (body, id);
970 new_bind = gimple_build_bind (new_vars, new_body, new_block);
H A Dgimplify.cc1541 gimple_seq new_body;
1543 new_body = NULL;
1548 gimplify_seq_add_stmt (&new_body, stack_save);
1549 gimplify_seq_add_stmt (&new_body, gs);
1550 gimple_bind_set_body (bind_stmt, new_body);
1539 gimple_seq new_body; local
H A Domp-expand.cc3634 basic_block new_body = e1->dest; local
3636 cont_bb = new_body;
3689 e1 = make_edge (new_header, new_body, EDGE_TRUE_VALUE);
3693 set_immediate_dominator (CDI_DOMINATORS, new_body, new_header);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-p8swap.c1666 rtx new_body = PATTERN (new_insn); local
1668 gcc_assert ((GET_CODE (new_body) == SET)
1669 && MEM_P (SET_DEST (new_body)));
1767 rtx new_body = PATTERN (new_insn); local
1769 gcc_assert ((GET_CODE (new_body) == SET)
1770 && MEM_P (SET_SRC (new_body)));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-p8swap.cc1686 rtx new_body = PATTERN (new_insn); local
1688 gcc_assert ((GET_CODE (new_body) == SET)
1689 && MEM_P (SET_DEST (new_body)));
1788 rtx new_body = PATTERN (new_insn); local
1790 gcc_assert ((GET_CODE (new_body) == SET)
1791 && MEM_P (SET_SRC (new_body)));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dgdb.exp7472 set new_body [info body $override]
7473 eval proc $name {$new_args} {$new_body}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dgdb.exp8785 set new_body [info body $override]
8786 eval proc $name {$new_args} {$new_body}

Completed in 431 milliseconds