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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
dumpcycles.c 29 fprintf(stderr,"Cycle %d: (degree %d) %s -->\n", i++, degree, RulePtr[c->croot]->rname);
34 hash_get(Fcache,Fkey(RulePtr[c->croot]->rname,'o',k));
37 RulePtr[c->croot]->rname);
64 fprintf(stderr,"#%d rule %d %s\n",i,*pi,RulePtr[*pi]->rname);
misc.c 764 **** fprintf(stderr, "\t%s\n", RulePtr[*p]->rname);
851 f = (CacheEntry *) hash_get(Fcache, Fkey(RulePtr[*p]->rname,'o',k));
854 f = newCacheEntry( Fkey(RulePtr[*p]->rname,'o',k) );
855 hash_add(Fcache, Fkey(RulePtr[*p]->rname,'o',k), (Entry *)f);
902 /*fprintf(stderr, "cycle %d: %s -->", i++, RulePtr[c->croot]->rname);*/
906 hash_get(Fcache, Fkey(RulePtr[c->croot]->rname,'o',k));
907 require(f!=NULL, eMsg1("FOLLOW(%s) must be in cache but isn't", RulePtr[c->croot]->rname) );
910 /*fprintf(stderr, "Fo(%s) has changed\n", RulePtr[c->croot]->rname);*/
922 /*fprintf(stderr, "updating Fo(%s)\n", RulePtr[r]->rname);*/
924 hash_get(Fcache, Fkey(RulePtr[r]->rname,'o',k));
    [all...]
globals.c 339 Junction **RulePtr=NULL; /* map rule # to RuleBlk node of rule */
mrhoist.c     [all...]
main.c     [all...]
pred.c 495 r = RulePtr[q->rulenum];
proto.h 126 extern Junction **RulePtr;
    [all...]
fset.c 328 /* MR9 */ if (RulePtr == NULL) {
329 /* MR9 */ fatalFL(eMsg2("Rule %s uses rule %s via RulePtr before it has been initialized",
333 r = RulePtr[q->rulenum];
    [all...]
bits.c 221 r = RulePtr[q->rulenum];
fset2.c 704 if (RulePtr == NULL) fatal("RulePtr==NULL");
705 r = RulePtr[q->rulenum];
    [all...]
gen.c     [all...]

Completed in 125 milliseconds