Searched refs:RuleBlk (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | pred.c | 293 case RuleBlk : 326 if ( p->jtype==aLoopBlk || p->jtype==RuleBlk || 356 case RuleBlk : 512 /* MR10 */ (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE), 542 /* MR10 */ (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == FALSE…
|
D | dumpnode.c | 197 case RuleBlk : 391 if (j->jtype != RuleBlk && j->jtype != EndBlk) { 415 require (j->ntype == nJunction && j->jtype == RuleBlk,"Not a rule block");
|
D | fset.c | 126 if ( p->jtype == RuleBlk ) fprintf(stderr, "FIRST(%s,%d) \n",((Junction *)p)->rname,k); 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 || 695 if ( (jtype == RuleBlk || jtype == aSubBlk) 987 case RuleBlk: sub = "of the rule itself "; break;
|
D | syn.h | 49 #define RuleBlk 5 macro
|
D | 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); 2116 case RuleBlk:
|
D | mrhoist.c | 942 (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE), 1008 (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE), 2144 if (j->jtype != RuleBlk && j->jtype != EndBlk) { 2185 require (j->ntype == nJunction && j->jtype == RuleBlk,"Not a rule block"); 2953 case RuleBlk:
|
D | gen.c | 1619 /* MR10 */ ( q->jtype == aSubBlk || q->jtype == RuleBlk) ) { 3360 require(q->jtype == RuleBlk, "genRule: not rule"); 3541 f = genBlk((Junction *)q->p1, RuleBlk, &max_k, &need_right_curly, &lastAltEmpty /* MR23 */); 3684 require(q==NULL || q->jtype==RuleBlk,"RuleBlk p2 does not point to another RuleBlk");
|
D | 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;
|
D | misc.c | 1152 case RuleBlk :
|
D | antlr.c | 655 CurRuleBlk->jtype = RuleBlk; in rule()
|