Searched defs:pdecl (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dlex.c526 if ( p->pdecl != NULL || GenAST )
529 fprintf(f, "AST **%s",(p->pdecl!=NULL)?",":"");
531 if ( p->pdecl!=NULL ) fprintf(f, "%s", p->pdecl);
608 if ( p->pdecl != NULL || GenAST )
610 if ( GenAST ) fprintf(f, "ASTBase **%s",(p->pdecl!=NULL)?",":"");
611 if ( p->pdecl!=NULL ) fprintf(f, "%s", p->pdecl);
622 if ( p->pdecl != NULL || GenAST )
624 if ( GenAST ) fprintf(f, "ASTBase **%s",(p->pdecl!
647 DumpListOfParmNames(char *pdecl, FILE *output, int initialComma) argument
721 DumpOldStyleParms( char *pdecl, FILE *output ) argument
[all...]
H A Dantlr.c502 char *pdecl=NULL, *ret=NULL, *a; CurRetDef = CurParmDef = NULL; local
568 pdecl = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
569 require(pdecl!=NULL, "rule rule: cannot allocate param decl");
570 strcpy(pdecl, LATEXT(1));
571 CurParmDef = pdecl;
659 CurRuleBlk->pdecl = pdecl;
H A Dsyn.h352 char *pdecl; /* point to declaration of parameters on rule member in struct:Junction::_junct

Completed in 747 milliseconds