Searched refs:altID (Results 1 - 5 of 5) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
| H A D | egman.c | 79 /* EG for alternates already have their altID filled in */ 159 printf("BlkLevel=%d i=%d altnum=%d CurAltNum=%d altID=%s\n", 160 BlkLevel,i,innerAlt->curAltNum,CurAltNum_array[BlkLevel],eg->altID); 165 innerAlt->exception_label=eg->altID;
|
| H A D | syn.h | 144 char *altID; /* which alt did it come from (blk#:alt#) */ member in struct:_ExceptionGroup
|
| H A D | gen.c | 395 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 */
|
| H A D | antlr.g | 1495 /* 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]);
|
| H A D | antlr.c | 1709 /* MR7 ***** eg->altID = makeAltID(CurBlockID,CurAltNum); *****/ 1710 /* MR7 ***** CurAltStart->exception_label = eg->altID; *****/ 1742 /* MR7 ***** eg->altID = makeAltID(CurBlockID,CurAltNum); *****/ 1743 /* MR7 ***** CurAltStart->exception_label = eg->altID; *****/ 2944 /* MR7 */ _retv->altID = makeAltID(CurBlockID_array[BlkLevel], CurAltNum_array[BlkLevel]);
|
Completed in 84 milliseconds