Lines Matching defs:arg2
1231 const IArg2& arg2 = IArg2(),
1234 return this->applyArgs(ctx, IArgs(arg0, arg1, arg2, arg3));
1243 const ExprP<Arg2>& arg2 = voidP(),
1297 const ExprP<Arg2>& arg2 = voidP(),
1300 m_args (arg0, arg1, arg2, arg3) {}
1374 const ExprP<typename Sig::Arg2>& arg2 = voidP(),
1377 return exprP(new Apply<Sig>(func, arg0, arg1, arg2, arg3));
1383 const ExprP<typename Sig::Arg2>& arg2,
1386 return createApply(*this, arg0, arg1, arg2, arg3);
1392 const ExprP<typename F::Arg2>& arg2 = voidP(),
1395 return createApply(instance<F>(), arg0, arg1, arg2, arg3);
1402 const typename F::IArg2& arg2 = Void(),
1405 return instance<F>().apply(ctx, arg0, arg1, arg2, arg3);
1432 const VariableP<Arg2>& arg2,
1434 : Apply<Sig> (func, arg0, arg1, arg2, arg3) {}
1452 const VariableP<typename Sig::Arg2>& arg2,
1455 return exprP(new ApplyVar<Sig>(func, arg0, arg1, arg2, arg3));
2247 ExprP<TRET> NAME (const ExprP<T0>& arg0, const ExprP<T1>& arg1, const ExprP<T2>& arg2) \
2249 return app<CLASS>(arg0, arg1, arg2); \
2274 const ExprP<T2>& arg2, const ExprP<T3>& arg3) \
2276 return app<CLASS>(arg0, arg1, arg2, arg3); \
2747 const ExprP<Vector<T, Rows> >& arg2)
2749 return app<GenMat<T, Rows, 3> >(arg0, arg1, arg2);
2755 const ExprP<Vector<T, Rows> >& arg2,
2758 return app<GenMat<T, Rows, 4> >(arg0, arg1, arg2, arg3);