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.cpp170 using ActionTuple = std::vector<Action>; typedef
176 ActionTuple Actions;
182 const ActionTuple &getActions() { return Actions; } in getActions()
194 UniqueVector<ActionTuple> Actions;
218 const UniqueVector<ActionTuple> &Actions;
222 CustomDfaEmitter(const UniqueVector<ActionTuple> &Actions, StringRef TypeName) in CustomDfaEmitter()
349 const ActionTuple &AT = Actions[A]; in printActionValue()