Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Degman.c67 LabelEntry *innerLE; local
102 for (innerLE=leArray[i]; innerLE != NULL ; innerLE=nextLE) {
103 nextLE=innerLE->pendingLink;
105 innerLE->curAltNum == CurAltNum_array[BlkLevel]) {
106 if (innerLE->outerEG == NULL) {
107 innerLE->outerEG=eg;
288 LabelEntry *innerLE; in leFixup() local
291 for (innerLE=leArray[i]; innerLE != NULL ; innerLE=nextLE) { in leFixup()
292 nextLE=innerLE->pendingLink; in leFixup()
293 innerLE->pendingLink=NULL; in leFixup()