Searched refs:__other (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dlocale_classes.h132 locale(const locale& __other) throw();
183 locale(const locale& __other, _Facet* __f);
197 operator=(const locale& __other) throw();
213 combine(const locale& __other) const;
231 operator==(const locale& __other) const throw ();
240 operator!=(const locale& __other) const throw ()
241 { return !(this->operator==(__other)); }
565 locale::locale(const locale& __other, _Facet* __f) argument
567 _M_impl = new _Impl(*__other._M_impl, 1);
H A Dpostypes.h188 operator-(const fpos& __other) const
189 { return _M_off - __other._M_off; }
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dlocale.cc77 locale::locale(const locale& __other) throw() argument
78 : _M_impl(__other._M_impl)
112 locale::operator=(const locale& __other) throw() argument
114 __other._M_impl->_M_add_reference();
116 _M_impl = __other._M_impl;
H A Dlocale_init.cc221 locale::global(const locale& __other) argument
228 __other._M_impl->_M_add_reference();
229 _S_global = __other._M_impl;
230 const string __other_name = __other.name();
236 // subsition of __other locale, one added by return-by-value. Net
/freebsd-10.0-release/lib/msun/x86/
H A Dfenv.h78 char __other[16]; member in struct:__anon5745
86 char __other[16]; member in struct:__anon5746::__anon5747
/freebsd-10.0-release/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h690 swap(__shared_ptr<_Tp, _Lp>& __other) // never throws argument
692 std::swap(_M_ptr, __other._M_ptr);
693 _M_refcount._M_swap(__other._M_refcount);

Completed in 55 milliseconds