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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
pred.c 168 ((Junction *)p->p1)->jtype != EndBlk )
290 case EndBlk :
291 fprintf(stderr,"EndBlk\n");
370 case EndBlk :
dumpnode.c 194 case EndBlk :
195 fprintf(stderr,"EndBlk");
391 if (j->jtype != RuleBlk && j->jtype != EndBlk) {
build.c 46 ((Junction *)g.right)->jtype = EndBlk;}
367 * EndBlk node.
400 ((Junction *)g.right)->p1 = (Node *)j2; /* opt alt points to EndBlk */
415 * EndBlk node.
456 * Loop blks have TWO EndBlk nodes--the far right and the node that loops back
460 * pointing to the last EndBlk node. The loop-target node has end==NULL.
484 ((Junction *)g1.right)->jtype = EndBlk; /* mark 1st EndBlk node */
511 * Plus blks have TWO EndBlk nodes--the far right and the node that loops back
538 ((Junction *)g1.right)->jtype = EndBlk; /* mark 1st EndBlk node */
    [all...]
syn.h 48 #define EndBlk 4
344 Junction *end; /* pointer to node with EndBlk in it
347 struct _junct *end; /* pointer to node with EndBlk in it
misc.c 1028 if ( p->jtype==EndBlk || p->jtype==EndRule )
1150 case EndBlk :
    [all...]
mrhoist.c     [all...]
fset2.c     [all...]
fset.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.c     [all...]

Completed in 201 milliseconds