Searched defs:_BinClos (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/libstdc++/include/bits/
H A Dvalarray_before.h578 struct _BinClos<_Oper, _Expr, _Expr, _Dom1, _Dom2> struct in inherits:_BinBase
584 _BinClos(const _Dom1& __e1, const _Dom2& __e2) : _Base(__e1, __e2) {} function in struct:_BinClos
588 struct _BinClos<_Oper,_ValArray, _ValArray, _Tp, _Tp> struct in inherits:_BinBase
594 _BinClos(const valarray<_Tp>& __v, const valarray<_Tp>& __w) function in struct:_BinClos
599 struct _BinClos<_Oper, _Expr, _ValArray, _Dom, typename _Dom::value_type> struct in inherits:_BinBase
606 _BinClos(const _Dom& __e1, const valarray<_Tp>& __e2) function in struct:_BinClos
611 struct _BinClos<_Oper, _ValArray, _Expr, typename _Dom::value_type, _Dom> struct in inherits:_BinBase
618 _BinClos(const valarray<_Tp>& __e1, const _Dom& __e2) function in struct:_BinClos
623 struct _BinClos<_Oper, _Expr, _Constant, _Dom, typename _Dom::value_type> struct in inherits:_BinBase2
630 _BinClos(cons function in struct:_BinClos
634 struct _BinClos<_Oper, _Constant, _Expr, typename _Dom::value_type, _Dom> struct in inherits:_BinBase1
641 _BinClos(const _Tp& __e1, const _Dom& __e2) : _Base(__e1, __e2) {} function in struct:_BinClos
645 struct _BinClos<_Oper, _ValArray, _Constant, _Tp, _Tp> struct in inherits:_BinBase2
651 _BinClos(const valarray<_Tp>& __v, const _Tp& __t) : _Base(__v, __t) {} function in struct:_BinClos
655 struct _BinClos<_Oper, _Constant, _ValArray, _Tp, _Tp> struct in inherits:_BinBase1
661 _BinClos(const _Tp& __t, const valarray<_Tp>& __v) : _Base(__t, __v) {} function in struct:_BinClos
[all...]

Completed in 49 milliseconds