Home
last modified time | relevance | path

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

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