Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DDFAEmitter.cpp93 unsigned DfaStateId = 1; in constructDfa() local
94 while (DfaStateId <= DfaStates.size()) { in constructDfa()
95 DfaState S = DfaStates[DfaStateId]; in constructDfa()
97 DfaStateId++; in constructDfa()