Home | History | Annotate | Download | only in bits

Lines Matching refs:_Arg

403   template<typename _Dom, typename _Arg>
409 _FunBase(const _Dom& __e, value_type __f(_Arg))
419 value_type (*_M_func)(_Arg);
468 template<class _Oper, class _Arg>
472 typedef typename _Arg::value_type _Vt;
475 _UnBase(const _Arg& __e) : _M_expr(__e) {}
483 const _Arg& _M_expr;
490 typedef _Dom _Arg;
494 _UnClos(const _Arg& __e) : _Base(__e) {}
501 typedef valarray<_Tp> _Arg;
505 _UnClos(const _Arg& __e) : _Base(__e) {}