Lines Matching +full:actions +full:- +full:builder
1 //===--------------------- DfaEmitter.h -----------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
8 // Defines a generic automaton builder. This takes a set of transitions and
15 //===----------------------------------------------------------------------===//
35 /// The state type is a 64-bit unsigned integer. The generated automaton is
36 /// invariant to the sparsity of the state representation - its size is only
73 /// transitioned-from NFA state, a set of valid transitioned-to states.
80 /// The set of all possible actions.
81 std::set<action_type> Actions; variable
83 /// The set of nondeterministic transitions. A state-action pair can
94 /// The set of deterministic transitions. A state-action pair has only a