HomeSort by relevance Sort by last modified time
    Searched refs:alt1 (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
fset.c 557 * the predicate(s) for productions alt1,alt2 cover the sequences in delta.
570 * The warning detection is simple. Let delta = LOOK(alt1) intersection LOOK(alt2).
571 * Now, if ( delta set-difference context(predicates-for-alt1) != empty then
572 * alt1 does not "cover" all ambiguous sequences.
580 ( Junction *alt1, Junction *alt2, char *sub, Tree *ambig )
582 ensure_predicates_cover_ambiguous_lookahead_sequences( alt1, alt2, sub, ambig )
583 Junction *alt1;
594 if ( alt1->predicate!=NULL )
595 non_covered = tdif(ambig, alt1->predicate, alt1->fset, alt2->fset);
1476 Junction *alt1, *alt2; local
    [all...]