Searched refs:stopIndex (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3commontree.h60 ANTLR3_MARKER stopIndex; member in struct:ANTLR3_COMMON_TREE_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3baserecognizer.c1860 ANTLR3_MARKER stopIndex; local
1884 /* We cannot have a stopIndex in a trie we have just created of course
1893 stopIndex = 0;
1898 stopIndex = (ANTLR3_MARKER)(entry->data.intVal);
1901 if (stopIndex == 0)
1906 return stopIndex;
1920 ANTLR3_MARKER stopIndex; local
1964 stopIndex = recognizer->getRuleMemoization(recognizer, ruleIndex, is->index(is));
1966 if (stopIndex == MEMO_RULE_UNKNOWN)
1971 if (stopIndex
1995 ANTLR3_MARKER stopIndex; local
[all...]
H A Dantlr3commontreeadaptor.c405 ct->stopIndex = stop;
428 return ((pANTLR3_COMMON_TREE)(t->super))->stopIndex;
H A Dantlr3commontree.c323 tree->stopIndex = 0;

Completed in 39 milliseconds