Searched defs:ANTLR3_INT32 (Results 1 - 1 of 1) sorted by relevance
/external/antlr/antlr-3.4/runtime/C/include/ |
H A D | antlr3defs.h | 162 typedef INT32 ANTLR3_INT32, *pANTLR3_INT32; typedef 181 typedef int32_t ANTLR3_INT32, *pANTLR3_INT32; typedef 213 typedef ANTLR3_INT32 ANTLR3_MARKER; 399 typedef int32_t ANTLR3_INT32, *pANTLR3_INT32; typedef 426 typedef ANTLR3_INT32 ANTLR3_MARKER; 534 ANTLR3_API pANTLR3_BITSET antlr3BitsetOf (ANTLR3_INT32 bit, ...); 593 ANTLR3_API ANTLR3_INT32 antlr3dfaspecialTransition (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 s); 594 ANTLR3_API ANTLR3_INT32 antlr3dfaspecialStateTransition (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 [all...] |
Completed in 15 milliseconds