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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
lex.c 526 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!=NULL)?",":"");
    [all...]
syn.h 352 char *pdecl; /* point to declaration of parameters on rule member in struct:Junction::_junct
antlr.g 828 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;
    [all...]
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...]
proto.h 475 extern char* hideDefaultArgs(const char* pdecl); /* MR22 VHS */
    [all...]
misc.c     [all...]
gen.c     [all...]
  /external/vulkan-validation-layers/
generator.py 435 pdecl = self.genOpts.apicall
446 pdecl += noneStr(proto.text)
454 pdecl += self.makeProtoName(text, tail)
457 pdecl += text + tail
491 return [ pdecl + indentdecl, tdecl + paramdecl ]
  /frameworks/native/opengl/tools/glgen2/registry/
reg.py 472 pdecl = self.genOpts.apicall
483 pdecl += noneStr(proto.text)
491 pdecl += self.genOpts.apientry + text + tail
494 pdecl += text + tail
510 return [ pdecl + paramdecl, tdecl + paramdecl ]
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
generator.py 674 pdecl = self.genOpts.apicall
685 pdecl += noneStr(proto.text)
693 pdecl += self.makeProtoName(text, tail)
696 pdecl += text + tail
730 return [ pdecl + indentdecl, tdecl + paramdecl ]
    [all...]

Completed in 1452 milliseconds