Home
last modified time | relevance | path

Searched refs:EndRule (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Ddumpnode.c43 ( (Junction *) p)->jtype == EndRule) {
203 case EndRule :
390 if (j->jtype == EndRule) return NULL;
Dfset.c152 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 )
1426 if ( p->jtype==EndBlk || p->jtype==EndRule )
Dpred.c299 case EndRule :
327 p->jtype==aPlusBlk || p->jtype==EndRule )
371 case EndRule : /* Find no predicates after a rule ref */
Dmisc.c371 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 :
1269 if ( j->jtype == EndRule ) return;
1367 require(r->end->jtype==EndRule, "addFoLink: incorrect rule graph");
Dsyn.h51 #define EndRule 7 macro
Dfset2.c609 if ( p->jtype==EndRule )
652 if ( p->jtype==EndRule ) p->lock[k]=FALSE;
672 if ( p->jtype==EndRule ) p->lock[k] = FALSE;/* unlock node */
2122 case EndRule:
Dmrhoist.c544 ( (Junction *) next)->jtype == EndRule) {
2143 if (j->jtype == EndRule) return;
2954 case EndRule:
Dantlr.g810 * 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;
Dantlr.c668 p->jtype = EndRule; in rule()
Dgen.c4788 case EndRule:
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrSyntax.g220 #token EndRule("endrule") "endrule"
962 E:EndRule << CRT_END_OP (E); >>
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrSyntax.g219 #token EndRule("endrule") "endrule"
1640 E:EndRule << CRT_END_OP (E); >>