Lines Matching refs:operator
74 mask_array& operator=(const mask_array&); in _GLIBCXX_BEGIN_NAMESPACE() local
76 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() local
78 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
80 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
82 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
84 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
86 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
88 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
90 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
92 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
94 void operator<<=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
96 void operator>>=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
98 void operator=(const _Tp&) const; in _GLIBCXX_BEGIN_NAMESPACE() local
103 void operator=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() local
105 void operator*=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
107 void operator/=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
109 void operator%=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
111 void operator+=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
113 void operator-=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
115 void operator^=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
117 void operator&=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
119 void operator|=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
121 void operator<<=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
123 void operator>>=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
148 mask_array<_Tp>::operator=(const mask_array<_Tp>& __a)
157 mask_array<_Tp>::operator=(const _Tp& __t) const
162 mask_array<_Tp>::operator=(const valarray<_Tp>& __v) const
168 mask_array<_Tp>::operator=(const _Expr<_Ex, _Tp>& __e) const
175 mask_array<_Tp>::operator _Op##=(const valarray<_Tp>& __v) const \
184 mask_array<_Tp>::operator _Op##=(const _Expr<_Dom, _Tp>& __e) const\