Lines Matching refs:operator

74       indirect_array& operator=(const indirect_array&);  in _GLIBCXX_BEGIN_NAMESPACE()  local
77 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() local
79 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
81 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
83 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
85 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
87 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
89 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
91 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
93 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
95 void operator<<=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
97 void operator>>=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
99 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()
153 indirect_array<_Tp>::operator=(const indirect_array<_Tp>& __a)
162 indirect_array<_Tp>::operator=(const _Tp& __t) const
167 indirect_array<_Tp>::operator=(const valarray<_Tp>& __v) const
173 indirect_array<_Tp>::operator=(const _Expr<_Dom, _Tp>& __e) const
180 indirect_array<_Tp>::operator _Op##=(const valarray<_Tp>& __v) const\
188 indirect_array<_Tp>::operator _Op##=(const _Expr<_Dom,_Tp>& __e) const\