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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
dumpnode.c 42 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");
syn.h 39 #define nJunction 1
166 if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\
pred.c 167 if ( p->p1->ntype != nJunction ||
270 case nJunction :
320 case nJunction :
mrhoist.c 524 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) {
    [all...]
misc.c 369 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 &&
    [all...]
gen.c     [all...]
build.c 70 else if ( p->ntype == nJunction )
553 if ( p->p1->ntype == nJunction &&
729 p->ntype = nJunction;
fset.c 123 require(p->ntype==nJunction, "rJunc: not junction");
943 require(block->ntype==nJunction, "invalid block");
    [all...]
fset2.c     [all...]

Completed in 56 milliseconds