Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmrhoist.c1084 Junction *thisAlt; local
1090 thisAlt=j;
1091 if (thisAlt->p2 != NULL) {
1092 if (thisAlt->p1->ntype == nJunction) {
1093 thisAlt=(Junction *) thisAlt->p1;
1095 thisAlt=newJunction();
1096 thisAlt->p1=j->p1;
1097 thisAlt->rname=j->rname;
1098 thisAlt->file=j->file;
1099 thisAlt->line=j->line;
[all …]