Home
last modified time | relevance | path

Searched refs:Automaton (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAutomaton.h162 template <typename ActionT> class Automaton {
193 Automaton(ArrayRef<InfoT> Transitions,
205 Automaton(const Automaton &Other) in Automaton() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDFAPacketizer.h52 Automaton<uint64_t> A;
58 DFAPacketizer(const InstrItineraryData *InstrItins, Automaton<uint64_t> a, in DFAPacketizer()
/third_party/rust/crates/aho-corasick/src/
Ddfa.rs4 use crate::automaton::Automaton;
152 impl<S: StateID> Automaton for Standard<S> {
211 impl<S: StateID> Automaton for ByteClass<S> {
272 impl<S: StateID> Automaton for Premultiplied<S> {
339 impl<S: StateID> Automaton for PremultipliedByteClass<S> {
Dautomaton.rs80 pub trait Automaton { trait
Dnfa.rs8 use crate::automaton::Automaton;
217 impl<S: StateID> Automaton for NFA<S> {
Dahocorasick.rs3 use crate::automaton::Automaton;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DAutomaton.td1 //===- Automaton.td ----------------------------------------*- tablegen -*-===//
/third_party/rust/crates/aho-corasick/
DDESIGN.md474 for Aho-Corasick to run at all. (See `Automaton::leftmost_find_at_no_state_imp`