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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3baserecognizer.c556 pANTLR3_BITSET viableTokensFollowingThisRule; local
569 viableTokensFollowingThisRule = NULL;
597 viableTokensFollowingThisRule = recognizer->computeCSRuleFollow(recognizer);
598 followClone->borInPlace(followClone, viableTokensFollowingThisRule);
620 if (viableTokensFollowingThisRule != NULL)
622 viableTokensFollowingThisRule->free(viableTokensFollowingThisRule);

Completed in 107 milliseconds