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