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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h55 #define NLA (token_type[lap&(LLk-1)])/* --> next LA */
232 ANTLRTokenType LA(int i) function in class:ANTLRParser
H A Dantlr.h511 #define zzMakeAttr { zzNON_GUESS_MODE {zzOvfChk; --zzasp; zzcr_attr(&(zzaStack[zzasp]),LA(1),LATEXT(1));}}
650 #define NLA zztokenLA[zzlap&(LL_K-1)] /* --> next LA */
651 #define NLATEXT zztextLA[zzlap&(LL_K-1)] /* --> next text of LA */
653 #define LA(i) zztokenLA[(zzlabase+(i)-1)&(LL_K-1)] macro
656 #define LA(i) zztokenLA[(zzlap+(i)-1)&(LL_K-1)] macro
662 #define LA(i) zztoken macro

Completed in 43 milliseconds