Home | History | Annotate | Download | only in src

Lines Matching refs:vIndex

2608     pANTLR3_UINT32  vIndex;
2642 vIndex = ANTLR3_MALLOC(topo->limit * sizeof(ANTLR3_UINT32));
2648 vIndex[i] = i;
2654 // original element entry n is now located via vIndex[n].
2663 if (vIndex[topo->sorted[i]] == i)
2673 ind = vIndex[topo->sorted[i]];
2681 vIndex[topo->sorted[i]] = i;
2682 vIndex[i] = ind;
2687 ANTLR3_FREE(vIndex);