Searched refs:cycleMark (Results 1 – 2 of 2) sorted by relevance
2301 topo->cycleMark = 0; // No cycles at the start in antlr3TopoNew()2433 for (i=0; i<topo->cycleMark; i++) in DFS()2443 for (l = i; l < topo->cycleMark; l++) in DFS()2450 topo->cycleMark -= i; in DFS()2465 topo->cycle[topo->cycleMark++] = node; in DFS()2516 topo->cycleMark--; in DFS()
449 ANTLR3_UINT32 cycleMark; member