Searched refs:dumpActionPlus (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | proto.h | 370 extern void dumpActionPlus(ActionNode*, char *, FILE *, int, int, int, int ); /* MR21 */ 651 extern void dumpActionPlus(); /* MR21 */
|
D | gen.c | 537 /* MR21 */ if (!a->noHoist) dumpActionPlus(a, a->action, output, tabs, a->file, a->line, 1); 1984 dumpActionPlus(p, p->action, output, tabs, p->file, p->line, 1); /* MR21 */ 2651 dumpActionPlus(a, a->action, output, tabs, a->file, a->line, 1); /* MR21 */ 3534 /* MR21 */ if (!a->noHoist) dumpActionPlus(a, a->action, output, tabs, a->file, a->line, 1); 4585 dumpActionPlus(ActionNode *a, char *s, FILE *output, int tabs, int file, int line, in dumpActionPlus() function 4588 dumpActionPlus(a, s, output, tabs, file, line, final_newline ) in dumpActionPlus()
|