Home
last modified time | relevance | path

Searched refs:CurRuleBlk (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr.c653 CurRuleBlk = (Junction *)r.left; in rule()
654 CurRuleBlk->blockid = CurBlockID; in rule()
655 CurRuleBlk->jtype = RuleBlk; in rule()
656 if ( q!=NULL ) CurRuleBlk->rname = q->str; in rule()
657 CurRuleBlk->file = f; in rule()
658 CurRuleBlk->line = l; in rule()
659 CurRuleBlk->pdecl = pdecl; in rule()
660 CurRuleBlk->ret = ret; in rule()
661 CurRuleBlk->lock = makelocks(); in rule()
662 CurRuleBlk->pred_lock = makelocks(); in rule()
[all …]
Dantlr.g903 CurRuleBlk = (Junction *)r.left;
904 CurRuleBlk->blockid = CurBlockID;
905 CurRuleBlk->jtype = RuleBlk;
906 if ( q!=NULL ) CurRuleBlk->rname = q->str;
907 CurRuleBlk->file = f;
908 CurRuleBlk->line = l;
909 CurRuleBlk->pdecl = pdecl;
910 CurRuleBlk->ret = ret;
911 CurRuleBlk->lock = makelocks();
912 CurRuleBlk->pred_lock = makelocks();
[all …]
Dglobals.c292 Junction *CurRuleBlk=NULL; /* Pointer to current block node for enclosing block */ variable
Dproto.h77 extern Junction *CurRuleBlk;