Lines Matching defs:literals
34 -a, --all-literals Shows all literals extracted.
35 By default, only unambiguous literals are shown.
37 of all literals extracted. [default: 250]
39 extract literals. [default: 10]
41 --lcp Show the longest common prefix of all the literals
43 --lcs Show the longest common suffix of all the literals
46 constructed by the literals found.
143 args.literals(&exprs, |lits, e| lits.union_prefixes(e))
145 args.literals(&exprs, |lits, e| lits.union_suffixes(e))
165 for lit in lits.literals() {
299 fn literals<F: Fn(&mut Literals, &Hir) -> bool>(