Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp174 using ActionTuple = std::vector<Action>; typedef
180 ActionTuple Actions;
186 const ActionTuple &getActions() { return Actions; } in getActions()
198 UniqueVector<ActionTuple> Actions;
222 const UniqueVector<ActionTuple> &Actions;
226 CustomDfaEmitter(const UniqueVector<ActionTuple> &Actions, StringRef TypeName) in CustomDfaEmitter()
353 const ActionTuple &AT = Actions[A]; in printActionValue()