HomeSort by relevance Sort by last modified time
    Searched defs:pdecl (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
antlr.c 502 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;
    [all...]
syn.h 352 char *pdecl; /* point to declaration of parameters on rule member in struct:Junction::_junct

Completed in 594 milliseconds