Searched refs:cycleMark (Results 1 – 2 of 2) sorted by relevance
2341 topo->cycleMark = 0; // No cycles at the start in antlr3TopoNew()2473 for (i=0; i<topo->cycleMark; i++) in DFS()2483 for (l = i; l < topo->cycleMark; l++) in DFS()2490 topo->cycleMark -= i; in DFS()2505 topo->cycle[topo->cycleMark++] = node; in DFS()2556 topo->cycleMark--; in DFS()
449 ANTLR3_UINT32 cycleMark; member