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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3commontoken.h190 /** Because it is a bit more of a hassle to override an ANTLR3_COMMON_TOKEN
196 /** Because it is a bit more of a hassle to override an ANTLR3_COMMON_TOKEN
202 /** Because it is a bit more of a hassle to override an ANTLR3_COMMON_TOKEN
228 * do this, however many tokens such as ANTLR3_COMMON_TOKEN do not actaully have
237 * do this, however many tokens such as ANTLR3_COMMON_TOKEN do not actully have
310 ANTLR3_COMMON_TOKEN; typedef in typeref:struct:ANTLR3_COMMON_TOKEN_struct
333 ANTLR3_COMMON_TOKEN unTruc;
H A Dantlr3tokenstream.h72 ANTLR3_COMMON_TOKEN eofToken;
79 ANTLR3_COMMON_TOKEN skipToken;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3commontoken.c167 ANTLR3_MALLOC((size_t)(sizeof(ANTLR3_COMMON_TOKEN) * ANTLR3_FACTORY_POOL_SIZE));
283 token = (pANTLR3_COMMON_TOKEN) ANTLR3_MALLOC((size_t)(sizeof(ANTLR3_COMMON_TOKEN)));

Completed in 130 milliseconds