Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dsyn.h356 char predparm; /* indicates that the 'parm' is a predicate variable
Dgen.c523 if ( q->parm != NULL && !q->predparm ) gen1("zzaPush(%s);\n", q->parm)
3118 if ( q->parm!=NULL && q->predparm ) _gen1("(%s) && ", q->parm);
3202 if ( q->parm!=NULL && q->predparm ) {gen1("} while (%s);\n", q->parm);}