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

/haiku-buildtools/legacy/gcc/gcc/
H A Dstmt.c1158 int *inout_opnum = (int *) alloca (noutputs * sizeof (int));
1373 inout_opnum[ninout++] = i;
1561 int j = inout_opnum[i];
1147 int *inout_opnum = (int *) alloca (noutputs * sizeof (int)); local
/haiku-buildtools/gcc/gcc/
H A Dcfgexpand.c2543 int *inout_opnum = XALLOCAVEC (int, noutputs); local
2744 inout_opnum[ninout++] = i;
2837 int j = inout_opnum[i];

Completed in 107 milliseconds