Searched refs:noHoist (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | syn.h | 225 unsigned char noHoist; /* MR12 literally "noHoist" */ variable
|
D | pred.c | 381 if ( p->noHoist) return NULL; /* MR12c */
|
D | build.c | 142 /* MR12c */ a->noHoist=1;
|
D | gen.c | 537 /* MR21 */ if (!a->noHoist) dumpActionPlus(a, a->action, output, tabs, a->file, a->line, 1); 1976 if (! isNullAction(p->action) && !p->noHoist) { 3534 /* MR21 */ if (!a->noHoist) dumpActionPlus(a, a->action, output, tabs, a->file, a->line, 1);
|
D | antlr.c | 1693 /* MR12c */ if (actionNode->noHoist) {
|
D | antlr.g | 1483 /* MR12c */ if (actionNode->noHoist) {
|