HomeSort by: relevance | last modified time | path
    Searched defs:new_body (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/bc/dist/
load.c 62 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;
  /src/external/bsd/wpa/dist/src/wps/
httpread.c 488 char *new_body; local
516 if ((new_body = os_realloc(h->body, new_alloc_nbytes))
524 h->body = new_body;
  /src/external/gpl2/texinfo/dist/makeinfo/
macro.c 302 char *new_body, *text;
307 new_body = xmalloc (1 + new_body_size);
309 /* Copy chars from BODY into NEW_BODY. */
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
  /src/external/gpl3/gcc/dist/gcc/
omp-oacc-kernels-decompose.cc 730 gimple_seq new_body = NULL; local
761 gimple_seq_add_seq (&new_body, inner_sequence);
777 gimple_seq_add_stmt (&new_body, stmt);
781 gimple_bind_set_body (bind, new_body);
reload1.cc 3222 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;
3450 having put NEW_BODY into the insn and the re-recognition won't
3457 && (GET_CODE (new_body) != SET
3458 || !REG_P (SET_SRC (new_body))))
3206 rtx new_body; local
    [all...]
tree-inline.cc 932 gimple_seq new_body = NULL; local
937 gimple_seq_add_seq (&new_body, new_stmts);
940 return new_body;
952 gimple_seq body, new_body; local
957 new_body = remap_gimple_seq (body, id);
969 new_bind = gimple_build_bind (new_vars, new_body, new_block);
omp-expand.cc 3722 basic_block new_body = e1->dest; local
3724 cont_bb = new_body;
3778 e1 = make_edge (new_header, new_body, EDGE_TRUE_VALUE);
3782 set_immediate_dominator (CDI_DOMINATORS, new_body, new_header);
omp-low.cc 8539 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body;
8577 new_body = gimple_omp_body (stmt);
8579 tgsi = gsi_start (new_body);
8608 bind = gimple_build_bind (NULL, new_body, block);
8634 new_body = NULL;
8635 gimple_seq_add_seq (&new_body, ilist);
8636 gimple_seq_add_stmt (&new_body, stmt);
8637 gimple_seq_add_stmt (&new_body, gimple_build_omp_sections_switch ());
8638 gimple_seq_add_stmt (&new_body, bind);
8641 gimple_seq_add_stmt (&new_body, t)
8537 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body; local
    [all...]
gimplify.cc 1774 gimple_seq new_body;
1776 new_body = NULL;
1781 gimplify_seq_add_stmt (&new_body, stack_save);
1782 gimplify_seq_add_stmt (&new_body, gs);
1783 gimple_bind_set_body (bind_stmt, new_body);
1772 gimple_seq new_body; local
  /src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-kernels-decompose.cc 729 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);
reload1.cc 3222 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;
3450 having put NEW_BODY into the insn and the re-recognition won't
3457 && (GET_CODE (new_body) != SET
3458 || !REG_P (SET_SRC (new_body))))
3206 rtx new_body; local
    [all...]
tree-inline.cc 934 gimple_seq new_body = NULL; local
939 gimple_seq_add_seq (&new_body, new_stmts);
942 return new_body;
954 gimple_seq body, new_body; local
959 new_body = remap_gimple_seq (body, id);
971 new_bind = gimple_build_bind (new_vars, new_body, new_block);
omp-expand.cc 3635 basic_block new_body = e1->dest; local
3637 cont_bb = new_body;
3690 e1 = make_edge (new_header, new_body, EDGE_TRUE_VALUE);
3694 set_immediate_dominator (CDI_DOMINATORS, new_body, new_header);
omp-low.cc 8581 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, t)
8579 gimple_seq ilist, dlist, olist, tred_dlist = NULL, clist = NULL, new_body; local
    [all...]
gimplify.cc 1541 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
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-p8swap.cc 1688 rtx new_body = PATTERN (new_insn); local
1690 gcc_assert ((GET_CODE (new_body) == SET)
1691 && MEM_P (SET_DEST (new_body)));
1790 rtx new_body = PATTERN (new_insn); local
1792 gcc_assert ((GET_CODE (new_body) == SET)
1793 && MEM_P (SET_SRC (new_body)));
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-p8swap.cc 1686 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)));

Completed in 74 milliseconds