Searched defs:ambig (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset.c574 * If ambig is nonempty, then ambig in LL(k) sense -> use tree info; else use fset
580 ( Junction *alt1, Junction *alt2, char *sub, Tree *ambig )
582 ensure_predicates_cover_ambiguous_lookahead_sequences( alt1, alt2, sub, ambig )
586 Tree *ambig;
591 if ( ambig!=NULL )
595 non_covered = tdif(ambig, alt1->predicate, alt1->fset, alt2->fset);
609 preorder(ambig->down);
616 non_covered = tdif(ambig, alt2->predicate, alt1->fset, alt2->fset);
630 preorder(ambig
935 Tree *ambig=NULL, *t, *u; local
[all...]
H A Dfset2.c1225 Tree *perm, *ambig=NULL; local
1256 ConstrainSearch = 1; /* consider only tokens in ambig sets */
1270 Tfree( *t ); /* kill if impossible to have ambig */
1292 ambig = tnode(ALT);
1301 /* fprintf(stderr, "ambig upon"); preorder(perm); fprintf(stderr, "\n");*/
1304 perm->right = ambig->down;
1305 ambig->down = perm;
1333 if ( ambig->down == NULL ) {_Tfree(ambig); ambig
[all...]

Completed in 50 milliseconds