Lines Matching refs:exprs
123 exprs: Vec<Hir>,
230 let mut exprs = Vec::with_capacity(self.options.pats.len());
288 exprs.push(expr);
291 exprs,
321 .compile(&parsed.exprs)?;
326 .compile(&parsed.exprs)?;
332 .compile(&parsed.exprs)?;
360 if parsed.exprs.len() != 1 {
363 let lits = match alternation_literals(&parsed.exprs[0]) {
1583 HirKind::Concat(ref exprs) => {
1584 for e in exprs {