Home
last modified time | relevance | path

Searched refs:can_exec (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/regex/bench/log/01-lazy-dfa/
Ddynamic-no-lazy-dfa2 src/dfa.rs:73:1: 94:2 warning: function is never used: `can_exec`, #[warn(dead_code)] on by default
3 src/dfa.rs:73 pub fn can_exec(insts: &Insts) -> bool {
/third_party/rust/crates/regex/src/
Dexec.rs1403 if !dfa::can_exec(&ro.dfa) { in choose_dfa_match_type()
Ddfa.rs57 pub fn can_exec(insts: &Program) -> bool { in can_exec() function