Home
last modified time | relevance | path

Searched refs:altID (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Degman.c160 BlkLevel,i,innerAlt->curAltNum,CurAltNum_array[BlkLevel],eg->altID);
165 innerAlt->exception_label=eg->altID;
Dsyn.h144 char *altID; /* which alt did it come from (blk#:alt#) */ member
Dgen.c395 eg->altID==NULL?"":eg->altID);
396 if ( eg->altID!=NULL ) dumpException(eg, 0);
4401 handler_id=q->outerEG->altID;
4470 label=outerEG->altID; /* MR7 */
4475 label=outerEG->altID; /* MR7 */
Dantlr.g1495 /* MR7 ***** eg->altID = makeAltID(CurBlockID,CurAltNum); *****/
1496 /* MR7 ***** CurAltStart->exception_label = eg->altID; *****/
1514 /* MR7 ***** eg->altID = makeAltID(CurBlockID,CurAltNum); *****/
1515 /* MR7 ***** CurAltStart->exception_label = eg->altID; *****/
2083 /* MR7 */ $eg->altID = makeAltID(CurBlockID_array[BlkLevel], CurAltNum_array[BlkLevel]);
Dantlr.c2944 /* MR7 */ _retv->altID = makeAltID(CurBlockID_array[BlkLevel], CurAltNum_array[BlkLevel]); in exception_group()