Searched refs:is_any_anchored_end (Results 1 – 3 of 3) sorted by relevance
367 info.set_any_anchored_end(rep.hir.is_any_anchored_end()); in repetition()384 info.set_any_anchored_end(group.hir.is_any_anchored_end()); in group()421 info.is_any_anchored_end() || e.is_any_anchored_end(); in concat()532 info.is_any_anchored_end() || e.is_any_anchored_end(); in alternation()657 pub fn is_any_anchored_end(&self) -> bool { in is_any_anchored_end() method658 self.info.is_any_anchored_end() in is_any_anchored_end()1514 define_bool!(7, is_any_anchored_end, set_any_anchored_end);
3074 assert!(t(r"$").is_any_anchored_end()); in analysis_is_any_anchored()3076 assert!(t(r"\z").is_any_anchored_end()); in analysis_is_any_anchored()3080 assert!(!t(r"(?m)$").is_any_anchored_end()); in analysis_is_any_anchored()3082 assert!(!t(r"^").is_any_anchored_end()); in analysis_is_any_anchored()
271 if !expr.is_anchored_end() && expr.is_any_anchored_end() { in parse()