Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp175 using ActionTuple = std::vector<Action>; typedef
181 ActionTuple Actions;
187 const ActionTuple &getActions() { return Actions; } in getActions()
199 UniqueVector<ActionTuple> Actions;
223 const UniqueVector<ActionTuple> &Actions;
227 CustomDfaEmitter(const UniqueVector<ActionTuple> &Actions, StringRef TypeName) in CustomDfaEmitter()
356 const ActionTuple &AT = Actions[A]; in printActionValue()