Home
last modified time | relevance | path

Searched refs:hasCycle (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3collections.c2302 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()
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3collections.h441 ANTLR3_BOOLEAN hasCycle; member
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DDFA.java780 if ( hasCycle() ) return Integer.MAX_VALUE;
869 public boolean hasCycle() {