Home
last modified time | relevance | path

Searched refs:DfaState (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDFAEmitter.h67 using DfaState = SmallVector<state_type, 4>; variable
91 UniqueVector<DfaState> DfaStates;
102 void visitDfaState(const DfaState &DS);
H A DDFAEmitter.cpp56 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()