Searched defs:cdfa (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3cyclicdfa.c53 noViableAlt(pANTLR3_BASE_RECOGNIZER rec, pANTLR3_CYCLIC_DFA cdfa, ANTLR3_UINT32 s) argument
67 rec->state->exception->message = cdfa->description;
68 rec->state->exception->decisionNum = cdfa->decisionNumber;
79 antlr3dfapredict (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA cdfa) argument
93 specialState = cdfa->special[s];
99 s = cdfa->specialStateTransition(ctx, rec, is, cdfa, specialState);
110 noViableAlt(rec,cdfa, s);
121 if (cdfa->accept[s] >= 1)
124 return cdfa
[all...]

Completed in 247 milliseconds