Searched refs:pdecl (Results 1 - 7 of 7) 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 Dsyn.h352 char *pdecl; /* point to declaration of parameters on rule member in struct:Junction::_junct
H A Dantlr.g828 char *pdecl=NULL, *ret=NULL, *a; CurRetDef = CurParmDef = NULL;
858 << pdecl = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
859 require(pdecl!=NULL, "rule rule: cannot allocate param decl");
860 strcpy(pdecl, LATEXT(1));
861 CurParmDef = pdecl;
909 CurRuleBlk->pdecl = pdecl;
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 Dproto.h475 extern char* hideDefaultArgs(const char* pdecl); /* MR22 VHS */
H A Dmisc.c1297 if ( r->parms!=NULL && RulePtr[q->rulenum]->pdecl==NULL )
1302 if ( r->parms==NULL && RulePtr[q->rulenum]->pdecl!=NULL )
H A Dgen.c3769 DumpListOfParmNames( q->pdecl, output, needComma ); /* MR5 */
3773 DumpOldStyleParms( q->pdecl, output );
3792 if ( !FoundException && q->pdecl!=NULL ) fprintf(f,",");
3798 if ( q->pdecl!=NULL ) {
3802 if ( q->pdecl!=NULL ) {
3803 DumpFormals(f, q->pdecl, bInitializer); /* MR23 */

Completed in 74 milliseconds