Searched refs:__STL_NOTHROW (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/cpp/
H A Dmemory36 explicit auto_ptr(_Tp* __p = 0) __STL_NOTHROW : _M_ptr(__p) {}
37 auto_ptr(auto_ptr& __a) __STL_NOTHROW : _M_ptr(__a.release()) {}
38 template <class _Tp1> auto_ptr(auto_ptr<_Tp1>& __a) __STL_NOTHROW
40 auto_ptr& operator=(auto_ptr& __a) __STL_NOTHROW {
48 auto_ptr& operator=(auto_ptr<_Tp1>& __a) __STL_NOTHROW {
55 ~auto_ptr() __STL_NOTHROW { delete _M_ptr; }
57 _Tp& operator*() const __STL_NOTHROW {
60 _Tp* operator->() const __STL_NOTHROW {
63 _Tp* get() const __STL_NOTHROW {
66 _Tp* release() __STL_NOTHROW {
[all...]
H A Dstl_config.h346 # define __STL_NOTHROW throw() macro
353 # define __STL_NOTHROW macro
H A Dpthread_alloc383 pthread_allocator() __STL_NOTHROW {}
384 pthread_allocator(const pthread_allocator& a) __STL_NOTHROW {}
386 __STL_NOTHROW {}
387 ~pthread_allocator() __STL_NOTHROW {}
403 size_type max_size() const __STL_NOTHROW
H A Dstl_alloc.h748 allocator() __STL_NOTHROW {}
749 allocator(const allocator&) __STL_NOTHROW {}
750 template <class _Tp1> allocator(const allocator<_Tp1>&) __STL_NOTHROW {}
751 ~allocator() __STL_NOTHROW {}
767 size_type max_size() const __STL_NOTHROW
823 __allocator() __STL_NOTHROW {}
824 __allocator(const __allocator& __a) __STL_NOTHROW member in struct:__allocator
827 __allocator(const __allocator<_Tp1, _Alloc>& __a) __STL_NOTHROW member in struct:__allocator
829 ~__allocator() __STL_NOTHROW {}
845 size_type max_size() const __STL_NOTHROW
[all...]

Completed in 53 milliseconds