Home | History | Annotate | Download | only in stl

Lines Matching refs:_STLP_NOTHROW

114   pthread_allocator() _STLP_NOTHROW {}
115 pthread_allocator(const pthread_allocator<_Tp>& a) _STLP_NOTHROW {}
119 _STLP_NOTHROW {}
122 ~pthread_allocator() _STLP_NOTHROW {}
155 size_type max_size() const _STLP_NOTHROW
295 per_thread_allocator() _STLP_NOTHROW {
298 per_thread_allocator(const per_thread_allocator<_Tp>& __a) _STLP_NOTHROW : _M_state(__a._M_state){}
302 _STLP_NOTHROW : _M_state(__a._M_state) {}
305 ~per_thread_allocator() _STLP_NOTHROW {}
338 size_type max_size() const _STLP_NOTHROW