Searched refs:can_exec (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/regex/src/ | ||
H A D | dfa.rs | 57 pub fn can_exec(insts: &Program) -> bool { in can_exec() functions |
H A D | exec.rs | 1403 if !dfa::can_exec(&ro.dfa) { in choose_dfa_match_type() |
Completed in 6 milliseconds