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

  /external/antlr/tool/src/main/java/org/antlr/tool/
NFAFactory.java 459 NFAState emptyAlt = newState();
460 emptyAlt.setDescription("epsilon path of ()? block");
466 transitionBetweenStates(decisionState, emptyAlt, Label.EPSILON);
467 transitionBetweenStates(emptyAlt, blockEndNFAState, Label.EPSILON);
479 NFAState emptyAlt = newState();
480 emptyAlt.setDescription("epsilon path of ()? block");
481 transitionBetweenStates(lastRealAlt, emptyAlt, Label.EPSILON);
482 transitionBetweenStates(emptyAlt, A.right, Label.EPSILON);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
proto.h 320 extern Graph emptyAlt( void );
601 extern Graph emptyAlt();
    [all...]
build.c 390 * by emptyAlt() as a special case and bypasses it. We don't
566 g = emptyAlt();
586 emptyAlt( void )
588 emptyAlt( )
606 * by emptyAlt() as a special case and bypasses it. We don't
antlr.g     [all...]
antlr.c     [all...]

Completed in 1476 milliseconds