Searched defs:alt1 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset.c557 * 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
579 ensure_predicates_cover_ambiguous_lookahead_sequences( Junction *alt1, Junction *alt2, char *sub, Tree *ambig ) argument
674 MR_doPredicatesHelp(int inGuessBlock,Junction *alt1,Junction *alt2,int jtype,char *sub) argument
923 HandleAmbiguity( Junction *block, Junction *alt1, Junction *alt2, int jtype ) argument
1476 Junction *alt1, *alt2; local
[all...]
H A Dfset2.c1204 /* Compute LL(k) trees for alts alt1 and alt2 of p.
1212 VerifyAmbig( Junction *alt1, Junction *alt2, unsigned **ft, set *fs, Tree **t, Tree **u, int *numAmbig ) argument
1214 VerifyAmbig( alt1, alt2, ft, fs, t, u, numAmbig )
1215 Junction *alt1;
1258 p = analysis_point((Junction *)alt1->p1);
1322 MR_ruleNamePlusOffset( (Node *) alt1),alt1->line,FileStr[alt1->file]);
1832 void MR_traceAmbSourceK(Tree *t,Junction *alt1,Junction *alt2) argument
1834 void MR_traceAmbSourceK(t,alt1,alt
1928 MR_traceAmbSource(set *matchSets,Junction *alt1, Junction *alt2) argument
[all...]
H A Dgen.c4332 Junction *alt1; local
4337 for (alt1=j; alt1!=NULL; alt1 = (Junction *)alt1->p2)
4339 if (alt1->ignore && ! usePlusBlockBypass) continue; /* MR21 - Ignore aPlusBlk forward p2 */
4340 REACH(alt1->p1, k, &rk, a);
4614 ** Junction* alt1;
4624 ** for (alt1=q; alt1 !
[all...]

Completed in 57 milliseconds