Home
last modified time | relevance | path

Searched refs:nJunction (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Ddumpnode.c42 if ( p->ntype == nJunction &&
174 case nJunction :
210 if (j->p2->ntype == nJunction) {
269 if (p->ntype == nJunction) {
287 if (p->ntype == nJunction) {
334 if (next->ntype == nJunction) {
359 if (next->ntype == nJunction) {
387 if (n->ntype == nJunction) {
415 require (j->ntype == nJunction && j->jtype == RuleBlk,"Not a rule block");
Dsyn.h39 #define nJunction 1 macro
166 if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\
Dgen.c1556 require(q->ntype == nJunction, "genBlk: not junction");
1580 if ( p->ntype == nJunction )
1716 ( q->ntype==nJunction &&
1722 if ( q->ntype==nJunction ) q = (Junction *)q->p1;
1727 if ( q->ntype!=nJunction ) return NULL;
1795 ( q->ntype==nJunction &&
1801 if ( q->ntype==nJunction ) q = (Junction *)q->p1;
1806 if ( q->ntype!=nJunction ) return NULL;
2731 require(q->ntype == nJunction, "genOptBlk: not junction");
2804 require(q->ntype == nJunction, "genLoopBlk: not junction");
[all …]
Dpred.c167 if ( p->p1->ntype != nJunction ||
270 case nJunction :
320 case nJunction :
Dmrhoist.c524 case nJunction: return ((Junction *)n)->p1;
543 if (next->ntype == nJunction &&
861 require(j->ntype==nJunction, "MR_First: non junction passed");
1092 if (thisAlt->p1->ntype == nJunction) {
1456 if ( p->p1->ntype != nJunction ||
1498 if ( p->p1->ntype != nJunction ||
2128 if (n->ntype == nJunction) {
2185 require (j->ntype == nJunction && j->jtype == RuleBlk,"Not a rule block");
2637 require (anode->next->ntype == nJunction,"MR_guardpred_plainSet not Junction");
2814 if (j->ntype == nJunction) {
[all …]
Dbuild.c70 else if ( p->ntype == nJunction )
553 if ( p->p1->ntype == nJunction &&
729 p->ntype = nJunction; in newJunction()
Dmisc.c369 case nJunction :
1024 if ( p->ntype!=nJunction )
1054 require(q->ntype==nJunction, "pJunc: not junction");
1062 if ( q->end->p1 != NULL && ((Junction *)q->end->p1)->ntype==nJunction &&
1267 case nJunction :
Dfset.c123 require(p->ntype==nJunction, "rJunc: not junction");
943 require(block->ntype==nJunction, "invalid block");
1404 if ( j->ntype != nJunction && j->ntype != nAction) return j;
1421 if ( p->ntype!=nJunction )
1483 require(j->ntype==nJunction, "First: non junction passed");
Dfset2.c1547 require (p->ntype == nJunction,"Unexpected ntype");
1594 require(junc!=NULL && junc->ntype == nJunction, "bad context guard");
2085 case nJunction: