Searched refs:_gen2 (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | gen.c | 164 #define _gen2(s,a,b) {fprintf(output, s,a,b);} macro 260 if ( !DontCopyTokens ) _gen2("_tv%d%d,", BlkLevel, t); 261 _gen2("_t%d%d", BlkLevel, t); 262 if ( !DontCopyTokens ) {_gen2("= &_tv%d%d", BlkLevel, t);} 393 _gen2("%s%s_handler:\n", 476 _gen2("*_ast%d%d=NULL", BlkLevel, t); 1247 _gen2(" LA(%d)==%d",k,token); 1249 _gen2(" LA(%d)==%s",k,ts); 2431 /* MR10 */ _gen2(" _t%d%d = (ANTLRTokenPtr)LT(1);\n", BlkLevel-1, p->elnum); 2435 /* MR10 */ _gen2(" _t%d%d = (ANTLRTokenPtr)LT(1);", BlkLevel-1, p->elnum); [all …]
|