Searched refs:n_segs (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20051216-1.c9 struct D { int n_segs; struct C segs[1]; }; member in struct:D
45 new_vp->n_segs = 0;
47 if (vp->n_segs == 0)
50 active_segs = ((int *) malloc ((vp->n_segs) * sizeof (int)));
51 cursor = ((int *) malloc ((vp->n_segs) * sizeof (int)));
53 seg_map = ((int *) malloc ((vp->n_segs) * sizeof (int)));
54 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int)));
55 n_ips_max = ((int *) malloc ((vp->n_segs) * sizeof (int)));
56 ips = ((struct A * *) malloc ((vp->n_segs) * sizeof (struct A *)));
63 while (seg_idx < vp->n_segs || n_active_seg
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20051216-1.c9 struct D { int n_segs; struct C segs[1]; }; member in struct:D
45 new_vp->n_segs = 0;
47 if (vp->n_segs == 0)
50 active_segs = ((int *) malloc ((vp->n_segs) * sizeof (int)));
51 cursor = ((int *) malloc ((vp->n_segs) * sizeof (int)));
53 seg_map = ((int *) malloc ((vp->n_segs) * sizeof (int)));
54 n_ips = ((int *) malloc ((vp->n_segs) * sizeof (int)));
55 n_ips_max = ((int *) malloc ((vp->n_segs) * sizeof (int)));
56 ips = ((struct A * *) malloc ((vp->n_segs) * sizeof (struct A *)));
63 while (seg_idx < vp->n_segs || n_active_seg
[all...]

Completed in 187 milliseconds