reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
48 void DfaEmitter::addTransition(state_type From, state_type To, action_type A) { 48 void DfaEmitter::addTransition(state_type From, state_type To, action_type A) { 63 for (state_type &FromState : DS) { 69 for (state_type &ToState : I->second) {utils/TableGen/DFAEmitter.h
51 void addTransition(state_type From, state_type To, action_type A); 51 void addTransition(state_type From, state_type To, action_type A); 67 using DfaState = SmallVector<state_type, 4>; 76 using DfaTransitionInfo = SmallVector<std::pair<state_type, state_type>, 4>; 76 using DfaTransitionInfo = SmallVector<std::pair<state_type, state_type>, 4>; 83 std::map<std::pair<state_type, action_type>, std::vector<state_type>> 83 std::map<std::pair<state_type, action_type>, std::vector<state_type>> 85 std::set<state_type> NfaStates;