Home
last modified time | relevance | path

Searched refs:hir_group (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs359 self.push(HirFrame::Expr(self.hir_group(x, expr))); in visit_post()
769 fn hir_group(&self, group: &ast::Group, expr: Hir) -> Hir { in hir_group() functions
1210 fn hir_group(i: u32, expr: Hir) -> Hir { in hir_group() functions
1378 assert_eq!(t("()"), hir_group(1, Hir::empty())); in empty()
1385 hir_group(1, Hir::empty()), in empty()
1386 hir_group(2, Hir::empty()), in empty()
1391 hir_group(1, hir_alt(vec![Hir::empty(), hir_lit("b"),])) in empty()
1395 hir_group(1, hir_alt(vec![hir_lit("a"), Hir::empty(),])) in empty()
1399 hir_group( in empty()
1406 hir_group( in empty()
[all...]

Completed in 3 milliseconds