HomeSort by relevance Sort by last modified time
    Searched refs:Parser_h (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
bits.c 150 fprintf(Parser_h, "\tstatic SetWordType setwd%d[%d];\n", wordnum, TokenNum-1);
644 fprintf(Parser_h, "\tstatic SetWordType %s%s[%lu];\n", name, suffix,
657 fprintf(Parser_h, "\tstatic SetWordType err%d[%lu];\n", esetnum,
817 fprintf(Parser_h, "/*\n");
818 fprintf(Parser_h, " * %s: P a r s e r H e a d e r \n", CurrentClassName);
819 fprintf(Parser_h, " *\n");
820 fprintf(Parser_h, " * Generated from:");
821 for (i=0; i<NumFiles; i++) fprintf(Parser_h, " %s", FileStr[i]);
822 fprintf(Parser_h, "\n");
823 fprintf(Parser_h, " *\n");
    [all...]
main.c 832 Parser_h = fopen(OutMetaName(Parser_h_Name), "w");
833 require(Parser_h != NULL, "main: can't open class Parserx.h file");
849 dumpAction( ua->action, Parser_h, 0, ua->file, ua->line, 1);
853 fprintf(Parser_h, "protected:\n"); /* MR20 */
    [all...]
globals.c 393 FILE *Parser_h, /* where subclass of ANTLRParser goes */
proto.h 218 extern FILE *Parser_h, *Parser_c;
    [all...]

Completed in 54 milliseconds