Home
last modified time | relevance | path

Searched refs:ambig (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dfset.c580 ( Junction *alt1, Junction *alt2, char *sub, Tree *ambig ) in ensure_predicates_cover_ambiguous_lookahead_sequences() argument
582 ensure_predicates_cover_ambiguous_lookahead_sequences( alt1, alt2, sub, ambig ) in ensure_predicates_cover_ambiguous_lookahead_sequences()
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->down);
935 Tree *ambig=NULL, *t, *u; local
1025 ensure_predicates_cover_ambiguous_lookahead_sequences(alt1, alt2, sub, ambig);
[all …]
Dfset2.c1225 Tree *perm, *ambig=NULL; local
1292 ambig = tnode(ALT);
1304 perm->right = ambig->down;
1305 ambig->down = perm;
1333 if ( ambig->down == NULL ) {_Tfree(ambig); ambig = NULL;}
1336 return ambig;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c464 int rlen, r, len, prev_len, slen, ambig; in compile_length_string_node() local
473 ambig = NSTRING_IS_AMBIG(node); in compile_length_string_node()
487 r = add_compile_string_length(prev, prev_len, slen, reg, ambig); in compile_length_string_node()
495 r = add_compile_string_length(prev, prev_len, slen, reg, ambig); in compile_length_string_node()
512 int r, len, prev_len, slen, ambig; in compile_string_node() local
522 ambig = NSTRING_IS_AMBIG(node); in compile_string_node()
535 r = add_compile_string(prev, prev_len, slen, reg, ambig); in compile_string_node()
545 return add_compile_string(prev, prev_len, slen, reg, ambig); in compile_string_node()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt1263 /* reports ambig for alts 1 & 2 */
1266 /* reports ambig for alts 1 & 3 */
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133.txt1945 /* reports ambig for alts 1 & 2 */
1948 /* reports ambig for alts 1 & 3 */