Searched refs:DfaState (Results 1 – 2 of 2) sorted by relevance
67 using DfaState = SmallVector<state_type, 4>; variable91 UniqueVector<DfaState> DfaStates;102 void visitDfaState(const DfaState &DS);
56 void DfaEmitter::visitDfaState(const DfaState &DS) { in visitDfaState()60 DfaState NewStates; in visitDfaState()88 DfaState Initial(1, /*NFA initial state=*/0); in constructDfa()94 DfaState S = DfaStates[DfaStateId]; in constructDfa()