Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Degman.c66 LabelEntry *nextLE; local
102 for (innerLE=leArray[i]; innerLE != NULL ; innerLE=nextLE) {
103 nextLE=innerLE->pendingLink;
287 LabelEntry *nextLE; in leFixup() local
291 for (innerLE=leArray[i]; innerLE != NULL ; innerLE=nextLE) { in leFixup()
292 nextLE=innerLE->pendingLink; in leFixup()