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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
dumpnode.c 43 ( (Junction *) p)->jtype == EndRule) {
203 case EndRule :
204 fprintf(stderr,"EndRule");
390 if (j->jtype == EndRule) return NULL;
pred.c 299 case EndRule :
300 fprintf(stderr,"EndRule\n");
327 p->jtype==aPlusBlk || p->jtype==EndRule )
371 case EndRule : /* Find no predicates after a rule ref */
misc.c 371 if ( j->jtype == EndRule ) return;
1028 if ( p->jtype==EndBlk || p->jtype==EndRule )
1063 ((Junction *)q->end->p1)->jtype == EndRule ) doing_rule = 1;
1162 case EndRule :
    [all...]
syn.h 51 #define EndRule 7
fset.c 60 * RuleBlk, aPlusBlk and EndRule junctions to remove/detect infinite recursion from
63 * If p->jtype == EndRule we are going to attempt a FOLLOW. (FOLLOWs are really defined
68 * If we attempt a FOLLOW and find that there is no FOLLOW or REACHing beyond the EndRule
150 /* locks are valid for aLoopBlk,aPlusBlk,RuleBlk,EndRule junctions only */
152 p->jtype==aPlusBlk || p->jtype==EndRule )
157 if ( p->jtype == EndRule ) /* FOLLOW cycle? */
179 if ( p->jtype == EndRule &&
204 if ( p->jtype == EndRule )
247 if ( p->jtype == EndRule &&
282 p->jtype==aPlusBlk || p->jtype==EndRule )
    [all...]
fset2.c 609 if ( p->jtype==EndRule )
652 if ( p->jtype==EndRule ) p->lock[k]=FALSE;
672 if ( p->jtype==EndRule ) p->lock[k] = FALSE;/* unlock node */
    [all...]
mrhoist.c 544 ( (Junction *) next)->jtype == EndRule) {
    [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
915 p = newJunction(); /* add EndRule Node */
918 p->jtype = EndRule;
    [all...]
antlr.c 665 p = newJunction(); /* add EndRule Node */
668 p->jtype = EndRule;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrSyntax.g 220 #token EndRule("endrule") "endrule"
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g 222 #token EndRule("endrule") "endrule"
    [all...]

Completed in 529 milliseconds