Home
last modified time | relevance | path

Searched refs:Automaton (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAutomaton.h1 //===-- Automaton.h - Support for driving TableGen-produced DFAs ----------===//
13 // include/llvm/TableGen/Automaton.td.
162 template <typename ActionT> class Automaton { class
193 Automaton(ArrayRef<InfoT> Transitions, in Automaton() function in llvm::Automaton
205 Automaton(const Automaton &Other) in Automaton() function in llvm::Automaton
225 "to the Automaton constructor"); in enableTranscription()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDFAPacketizer.h31 #include "llvm/Support/Automaton.h"
52 Automaton<uint64_t> A;
58 DFAPacketizer(const InstrItineraryData *InstrItins, Automaton<uint64_t> a, in DFAPacketizer()
/third_party/rust/crates/aho-corasick/src/
H A 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> {
H A Dautomaton.rs78 /// `Automaton::is_match_state(id)` returns `true` if and only if `id`
80 pub trait Automaton { traits
H A Dahocorasick.rs3 use crate::automaton::Automaton;
H A Dnfa.rs8 use crate::automaton::Automaton;
217 impl<S: StateID> Automaton for NFA<S> {

Completed in 7 milliseconds