Searched refs:EmptyLook (Results 1 - 6 of 6) sorted by relevance
/third_party/rust/crates/regex/src/ |
H A D | compile.rs | 12 EmptyLook, Inst, InstBytes, InstChar, InstEmptyLook, InstPtr, InstRanges, 296 self.c_empty_look(prog::EmptyLook::EndLine) in c() 300 self.c_empty_look(prog::EmptyLook::StartLine) in c() 304 self.c_empty_look(prog::EmptyLook::StartLine) in c() 308 self.c_empty_look(prog::EmptyLook::EndLine) in c() 311 self.c_empty_look(prog::EmptyLook::EndText) in c() 314 self.c_empty_look(prog::EmptyLook::StartText) in c() 317 self.c_empty_look(prog::EmptyLook::StartText) in c() 320 self.c_empty_look(prog::EmptyLook::EndText) in c() 339 self.c_empty_look(prog::EmptyLook in c() [all...] |
H A D | pikevm.rs | 265 EmptyLook(_) | Save(_) | Split(_) => false, in step() 311 EmptyLook(ref inst) => { in add_step()
|
H A D | lib.rs | 768 pub use crate::prog::{EmptyLook, Inst, InstRanges, Program};
|
H A D | input.rs | 176 use crate::prog::EmptyLook::*; in is_empty_match() 269 use crate::prog::EmptyLook::*; in is_empty_match()
|
H A D | dfa.rs | 71 EmptyLook(_) | Match(_) | Save(_) | Split(_) | Bytes(_) => {} in can_exec() 963 Save(_) | Split(_) | EmptyLook(_) => {} in exec_byte() 1059 use crate::prog::EmptyLook::*; in follow_epsilons() 1079 EmptyLook(ref inst) => { in follow_epsilons() 1217 EmptyLook(_) => { in cached_state_key()
|
H A D | backtrack.rs | 227 EmptyLook(ref inst) => { in step()
|
Completed in 6 milliseconds