Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DAction.h44 typedef ActionList::size_type size_type;
45 typedef ActionList::iterator input_iterator;
46 typedef ActionList::const_iterator input_const_iterator;
95 ActionList Inputs;
98 Action(ActionClass Kind, types::ID Type) : Action(Kind, ActionList(), Type) {} in Action()
100 : Action(Kind, ActionList({Input}), Type) {} in Action()
102 : Action(Kind, ActionList({Input}), Input->getType()) {} in Action()
103 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type) in Action()
114 ActionList &getInputs() { return Inputs; } in getInputs()
115 const ActionList &getInputs() const { return Inputs; } in getInputs()
[all …]
DCompilation.h66 ActionList Actions;
154 ActionList &getActions() { return Actions; } in getActions()
155 const ActionList &getActions() const { return Actions; } in getActions()
DUtil.h27 typedef SmallVector<Action*, 3> ActionList; typedef
DDriver.h319 const InputList &Inputs, ActionList &Actions) const;
/external/clang/lib/Driver/
DAction.cpp62 CudaHostAction::CudaHostAction(Action *Input, const ActionList &DeviceActions) in CudaHostAction()
70 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction()
111 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction()
117 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction()
123 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction()
DDriver.cpp1031 const ActionList *AL; in PrintActions1()
1083 ActionList &Actions = C.getActions(); in BuildUniversalActions()
1111 ActionList SingleActions; in BuildUniversalActions()
1127 ActionList Inputs; in BuildUniversalActions()
1149 ActionList Inputs; in BuildUniversalActions()
1370 ActionList &Actions) { in buildCudaActions()
1382 return C.MakeAction<CudaHostAction>(HostAction, ActionList()); in buildCudaActions()
1413 ActionList CudaDeviceActions; in buildCudaActions()
1453 ActionList DeviceActions; in buildCudaActions()
1474 ActionList({FatbinAction})); in buildCudaActions()
[all …]
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.y201 %type <expr> OptKeySymList KeySymList Action ActionList Coord CoordList
463 | OBRACKET ActionList CBRACKET
664 ActionList : ActionList COMMA Action
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp770 using ActionList = std::list<std::unique_ptr<MatchAction>>; typedef in __anon685cc1160111::RuleMatcher
771 using action_iterator = ActionList::iterator;
783 ActionList Actions;