Searched refs:hasCycle (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3collections.h441 ANTLR3_BOOLEAN hasCycle; member in struct:ANTLR3_TOPO_struct
445 * This should be zero when we are done. Check hasCycle after calling one
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3collections.c2301 topo->hasCycle = ANTLR3_FALSE; // No cycle at the start
2420 if (topo->hasCycle == ANTLR3_TRUE)
2453 topo->hasCycle = ANTLR3_TRUE;
2513 if (topo->hasCycle == ANTLR3_FALSE)
2569 if (topo->hasCycle == ANTLR3_TRUE)
2617 if (topo->hasCycle == ANTLR3_TRUE)

Completed in 111 milliseconds