Lines Matching refs:Act
1040 for (Action* Act : SingleActions) {
1047 if (Archs.size() > 1 && !types::canLipoType(Act->getType()))
1049 << types::getTypeName(Act->getType());
1054 new BindArchAction(std::unique_ptr<Action>(Act), Archs[i]));
1061 if (Inputs.size() == 1 || Act->getType() == types::TY_Nothing)
1064 Actions.push_back(new LipoJobAction(Inputs, Act->getType()));
1076 if (Act->getType() == types::TY_Image) {