Searched refs:alt1 (Results 1 - 6 of 6) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
| H A D | 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 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 D | fset2.c | 1204 /* 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...] |
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ |
| H A D | CLexer.py | 2307 alt1 = 2 2311 alt1 = 1 2314 if alt1 == 1:
|
| H A D | CParser.py | 159 alt1 = 2 163 alt1 = 1 166 if alt1 == 1:
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/ |
| H A D | CLexer.py | 2307 alt1 = 2 2311 alt1 = 1 2314 if alt1 == 1:
|
| H A D | CParser.py | 159 alt1 = 2 163 alt1 = 1 166 if alt1 == 1:
|
Completed in 139 milliseconds