Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp357 for (const auto &SingleAction : AT) { in printActionValue() local
359 if (const auto *R = std::get_if<Record *>(&SingleAction)) in printActionValue()
361 else if (const auto *S = std::get_if<std::string>(&SingleAction)) in printActionValue()
364 OS << std::get<unsigned>(SingleAction); in printActionValue()