HomeSort by relevance Sort by last modified time
    Searched refs:BlkLevel (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
egman.c 38 static ExceptionGroup **egArray=NULL; /* ExceptionGroup by BlkLevel */
39 static LabelEntry **leArray=NULL; /* LabelEntry by BlkLevel */
73 lastBlkLevel=BlkLevel;
76 eg->pendingLink=egArray[BlkLevel];
77 egArray[BlkLevel]=eg;
81 for (i=BlkLevel+1; i<=highWater ; i++) {
93 * i.e. start the loop at BlkLevel rather than (BlkLevel+1)
95 * same alternative if they're at the same BlkLevel
98 * removed anyway when the BlkLevel gets small enough.
    [all...]
antlr.g 310 BlkLevel-1,zzbegexpr+1);
312 BlkLevel-1,zzbegexpr+1);
328 BlkLevel-1,zzbegexpr+1);
330 BlkLevel-1,zzbegexpr+1);
427 if ( GenCC ) sprintf(buf,"_ast%d%s",BlkLevel-1,zzbegexpr+1);
894 <<BlkLevel++;
895 if (BlkLevel >= MAX_BLK_LEVEL) fatal("Blocks nested too deeply");
896 /* MR23 */ CurBlockID_array[BlkLevel] = CurBlockID;
897 /* MR23 */ CurAltNum_array[BlkLevel] = CurAltNum;
926 /* MR23 */ CurBlockID_array[BlkLevel] = (-1);
    [all...]
gen.c 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);}
476 _gen2("*_ast%d%d=NULL", BlkLevel, t);
492 if ( !GenCC ) gen1("zzBLOCK(zztasp%d);\n", BlkLevel);
502 if ( !GenCC ) gen1("zzEXIT(zztasp%d);\n", BlkLevel);
    [all...]
antlr.c 643 BlkLevel++;
644 if (BlkLevel >= MAX_BLK_LEVEL) fatal("Blocks nested too deeply");
645 /* MR23 */ CurBlockID_array[BlkLevel] = CurBlockID;
646 /* MR23 */ CurAltNum_array[BlkLevel] = CurAltNum;
675 /* MR23 */ CurBlockID_array[BlkLevel] = (-1);
676 /* MR23 */ CurAltNum_array[BlkLevel] = (-1);
677 --BlkLevel;
    [all...]
globals.c 325 int BlkLevel=1; /* Current block level. Set by antlr.g, used by
scan.c 1289 BlkLevel-1,zzbegexpr+1);
1291 BlkLevel-1,zzbegexpr+1);
1312 BlkLevel-1,zzbegexpr+1);
1314 BlkLevel-1,zzbegexpr+1);
1442 if ( GenCC ) sprintf(buf,"_ast%d%s",BlkLevel-1,zzbegexpr+1);
    [all...]
proto.h 72 extern int BlkLevel;
    [all...]

Completed in 210 milliseconds