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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
pred.c 293 case RuleBlk :
294 fprintf(stderr,"RuleBlk\n");
326 if ( p->jtype==aLoopBlk || p->jtype==RuleBlk ||
356 case RuleBlk :
512 /* MR10 */ (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE),
513 /* MR10 */ "RuleBlkWithHalt->end not RuleBlk or does not have halt set");
542 /* MR10 */ (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == FALSE),
543 /* MR10 */ "RuleBlkWithHalt->end not RuleBlk or has no halt set");
dumpnode.c 197 case RuleBlk :
198 fprintf(stderr,"RuleBlk");
391 if (j->jtype != RuleBlk && j->jtype != EndBlk) {
415 require (j->ntype == nJunction && j->jtype == RuleBlk,"Not a rule block");
fset.c 55 * Follow both p1 and p2 paths (unless RuleBlk) to collect the tokens k away from this
60 * RuleBlk, aPlusBlk and EndRule junctions to remove/detect infinite recursion from
73 * Normally, both p1 and p2 are followed. However, checking p2 on a RuleBlk node is
126 if ( p->jtype == RuleBlk ) fprintf(stderr, "FIRST(%s,%d) \n",((Junction *)p)->rname,k);
150 /* locks are valid for aLoopBlk,aPlusBlk,RuleBlk,EndRule junctions only */
151 if ( p->jtype==aLoopBlk || p->jtype==RuleBlk ||
167 if ( p->jtype == RuleBlk &&
238 if ( p->jtype == RuleBlk && p->end->halt && ! MR_AmbSourceSearch) /* can save FIRST set? */
277 if (p->jtype != RuleBlk && p->p2 != NULL && /* MR14 */ ! p->guess) {
281 if ( p->jtype==aLoopBlk || p->jtype==RuleBlk ||
    [all...]
syn.h 49 #define RuleBlk 5
325 if blk == RuleBlk */
mrhoist.c 942 (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE),
1008 (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE),
    [all...]
fset2.c 560 if ( p->jtype==aLoopBlk || p->jtype==RuleBlk ||
579 if ( p->jtype==RuleBlk ) {p->lock[k] = FALSE; return tail;}
670 if ( p->jtype!=RuleBlk && /* MR14 */ !p->guess) TRAV(p->p2, k, rk, u);
    [all...]
gen.c     [all...]
misc.c 1152 case RuleBlk :
    [all...]
antlr.g 810 * Construct the RuleBlk front and EndRule node on the end of the
815 * Note that locks are required on the RuleBlk and EndRule nodes to thwart
905 CurRuleBlk->jtype = RuleBlk;
    [all...]
antlr.c 655 CurRuleBlk->jtype = RuleBlk;
    [all...]

Completed in 480 milliseconds