Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Degman.c70 Junction *innerAlt; local
136 for (innerAlt=altArray[i]; innerAlt != NULL ; innerAlt=nextAlt) {
137 nextAlt=innerAlt->pendingLink;
160 BlkLevel,i,innerAlt->curAltNum,CurAltNum_array[BlkLevel],eg->altID);
163 innerAlt->curAltNum == CurAltNum_array[BlkLevel]) {
164 if (innerAlt->exception_label == NULL) {
165 innerAlt->exception_label=eg->altID;
174 if (innerAlt->outerEG == NULL) {
175 innerAlt->outerEG=eg;
310 Junction *innerAlt; in altFixup() local
[all …]