Lines Matching refs:throw
190 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in throw() function
199 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { } in throw() function
212 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { } in auto_ptr()
223 operator=(auto_ptr& __a) throw() in throw() function
241 operator=(auto_ptr<_Tp1>& __a) throw() in throw() function
270 operator*() const throw() in throw() function
283 operator->() const throw()
300 get() const throw() { return _M_ptr; } in get()
314 release() throw() in release()
329 reset(element_type* __p = 0) throw() in throw() function
349 auto_ptr(auto_ptr_ref<element_type> __ref) throw() in throw() function
353 operator=(auto_ptr_ref<element_type> __ref) throw() in throw() function
364 operator auto_ptr_ref<_Tp1>() throw() in throw() function
368 operator auto_ptr<_Tp1>() throw() in throw() function