Home
last modified time | relevance | path

Searched defs:Transitions (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/regex/src/
Ddfa.rs161 struct Transitions { struct
163 table: Vec<StatePtr>,
165 num_byte_classes: usize,
1645 impl Transitions { implementation
1650 fn new(num_byte_classes: usize) -> Transitions { in new()
1766 impl fmt::Debug for Transitions { implementation
/external/rust/crates/aho-corasick/src/
Dnfa.rs390 enum Transitions<S> { enum
395 impl<S: StateID> Transitions<S> { impl
/external/llvm-project/llvm/utils/TableGen/
DDFAEmitter.cpp218 std::vector<Transition> Transitions; member in __anon24fc4d370211::Automaton
DCodeGenSchedule.h137 std::vector<CodeGenSchedTransition> Transitions; member
DCodeGenSchedule.cpp1778 PredTransitions Transitions(*this); in inferFromRW() local
/external/llvm/utils/TableGen/
DCodeGenSchedule.h137 std::vector<CodeGenSchedTransition> Transitions; member
DDFAPacketizerEmitter.cpp187 mutable TransitionMap Transitions; member in __anone96ee8db0311::State
DCodeGenSchedule.cpp1027 static bool hasVariant(ArrayRef<PredTransition> Transitions, in hasVariant()
1375 PredTransitions Transitions(*this); in inferFromRW() local
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6300 unsigned Transitions = Record[Idx++]; in ReadPragmaDiagnosticMappings() local