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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp309 const auto &ActionTypes = Transitions.back().getTypes(); local
311 if (ActionTypes.size() == 1) {
312 OS << "using " << Name << "Action = " << ActionTypes[0] << ";\n"; local
314 OS << "using " << Name << "Action = std::tuple<" << join(ActionTypes, ", ")

Completed in 89 milliseconds