Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp197 using ActionTuple = std::vector<Action>; typedef
203 ActionTuple Actions;
209 const ActionTuple &getActions() { return Actions; } in getActions()
221 UniqueVector<ActionTuple> Actions;
245 const UniqueVector<ActionTuple> &Actions;
249 CustomDfaEmitter(const UniqueVector<ActionTuple> &Actions, StringRef TypeName) in CustomDfaEmitter()
377 const ActionTuple &AT = Actions[A]; in printActionValue()