Home
last modified time | relevance | path

Searched refs:ANTLR3_INT8 (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/C/include/
Dantlr3defs.h164 typedef INT8 ANTLR3_INT8, *pANTLR3_INT8; typedef
183 typedef int8_t ANTLR3_INT8, *pANTLR3_INT8;
401 typedef int8_t ANTLR3_INT8, *pANTLR3_INT8; typedef
557 ANTLR3_API ANTLR3_UCHAR antlr3c8toAntlrc (ANTLR3_INT8 inc);
/external/antlr/runtime/C/src/
Dantlr3encodings.c47 ANTLR3_UCHAR antlr3c8toAntlrc(ANTLR3_INT8 inc) in antlr3c8toAntlrc()
Dantlr3bitset.c486 ANTLR3_INT8 bit; in antlr3BitsetSize()