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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
antlr.g 903 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...]
antlr.c 653 CurRuleBlk = (Junction *)r.left;
654 CurRuleBlk->blockid = CurBlockID;
655 CurRuleBlk->jtype = RuleBlk;
656 if ( q!=NULL ) CurRuleBlk->rname = q->str;
657 CurRuleBlk->file = f;
658 CurRuleBlk->line = l;
659 CurRuleBlk->pdecl = pdecl;
660 CurRuleBlk->ret = ret;
661 CurRuleBlk->lock = makelocks();
662 CurRuleBlk->pred_lock = makelocks();
    [all...]
globals.c 292 Junction *CurRuleBlk=NULL; /* Pointer to current block node for enclosing block */
proto.h 77 extern Junction *CurRuleBlk;
    [all...]

Completed in 120 milliseconds