Searched refs:hasCycle (Results 1 – 3 of 3) sorted by relevance
2302 topo->hasCycle = ANTLR3_FALSE; // No cycle at the start in antlr3TopoNew()2421 if (topo->hasCycle == ANTLR3_TRUE) in DFS()2454 topo->hasCycle = ANTLR3_TRUE; in DFS()2514 if (topo->hasCycle == ANTLR3_FALSE) in DFS()2570 if (topo->hasCycle == ANTLR3_TRUE) in sortToArray()2618 if (topo->hasCycle == ANTLR3_TRUE) in sortVector()
441 ANTLR3_BOOLEAN hasCycle; member
780 if ( hasCycle() ) return Integer.MAX_VALUE;869 public boolean hasCycle() {