Searched refs:pANTLR3_CYCLIC_DFA (Results 1 – 5 of 5) sorted by relevance
/external/antlr/runtime/C/src/ |
D | antlr3cyclicdfa.c | 53 noViableAlt(pANTLR3_BASE_RECOGNIZER rec, pANTLR3_CYCLIC_DFA cdfa, ANTLR3_UINT32 s) in noViableAlt() 79 …fapredict (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA cdfa) in antlr3dfapredict() 193 … * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_… in antlr3dfaspecialStateTransition() 201 … * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_… in antlr3dfaspecialTransition()
|
/external/antlr/runtime/C/include/ |
D | antlr3interfaces.h | 151 typedef struct ANTLR3_CYCLIC_DFA_struct *pANTLR3_CYCLIC_DFA; typedef
|
D | antlr3defs.h | 597 … (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_… 598 … (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_… 599 … (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA cdfa);
|
/external/antlr/runtime/C/doxygen/ |
D | doxygengroups.dox | 211 /// \defgroup pANTLR3_CYCLIC_DFA pANTLR3_CYCLIC_DFA - Cyclic DFA Implementation
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | C.stg | 2517 …e> ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_…
|