Lines Matching refs:greedy
803 let greedy = in hir_repetition() localVariable
804 if self.flags().swap_greed() { !rep.greedy } else { rep.greedy }; in hir_repetition()
805 Hir::repetition(hir::Repetition { kind, greedy, hir: Box::new(expr) }) in hir_repetition()
1234 fn hir_quest(greedy: bool, expr: Hir) -> Hir { in hir_quest()
1237 greedy, in hir_quest()
1242 fn hir_star(greedy: bool, expr: Hir) -> Hir { in hir_star()
1245 greedy, in hir_star()
1250 fn hir_plus(greedy: bool, expr: Hir) -> Hir { in hir_plus()
1253 greedy, in hir_plus()
1258 fn hir_range(greedy: bool, range: hir::RepetitionRange, expr: Hir) -> Hir { in hir_range()
1261 greedy, in hir_range()