Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDFAEmitter.cpp310 const auto &ActionTypes = Transitions.back().getTypes(); in emit() local
312 if (ActionTypes.size() == 1) { in emit()
313 OS << "using " << Name << "Action = " << ActionTypes[0] << ";\n"; in emit()
315 OS << "using " << Name << "Action = std::tuple<" << join(ActionTypes, ", ") in emit()