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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
pred.c 284 case aLoopBlk :
285 fprintf(stderr,"aLoopBlk\n");
326 if ( p->jtype==aLoopBlk || p->jtype==RuleBlk ||
348 case aLoopBlk :
syn.h 47 #define aLoopBlk 3
dumpnode.c 188 case aLoopBlk :
189 fprintf(stderr,"aLoopBlk");
fset.c 59 * do it again and again...until we blow up the stack. Locks are only used on aLoopBlk,
150 /* locks are valid for aLoopBlk,aPlusBlk,RuleBlk,EndRule junctions only */
151 if ( p->jtype==aLoopBlk || p->jtype==RuleBlk ||
281 if ( p->jtype==aLoopBlk || p->jtype==RuleBlk ||
    [all...]
build.c 454 * the start of enclosing block. The aLoopBlk is the target of the loop.
457 * to the aLoopBlk node. Node with which we can branch past loop == aLoopBegin and
458 * one which is loop target == aLoopBlk.
462 * Loop blocks have a set of locks (from 1..CLL_k) on the aLoopBlk node.
485 ((Junction *)g1.left)->jtype = aLoopBlk; /* mark 2nd aLoopBlk node */
779 * Therefore, we need locks on aLoopBlk, RuleBlk, EndRule nodes.
gen.c 533 a = findImmedAction( ((Junction *)q->p1)->p1 ); /* look at aLoopBlk */
    [all...]
fset2.c 560 if ( p->jtype==aLoopBlk || p->jtype==RuleBlk ||
    [all...]
misc.c 1127 case aLoopBlk :
    [all...]
mrhoist.c     [all...]

Completed in 781 milliseconds