Lines Matching refs:_NOEXCEPT

207     __scoped_allocator_storage() _NOEXCEPT {}
215 const _InnerAllocs& ...__innerAllocs) _NOEXCEPT
225 const __scoped_allocator_storage<_OuterA2, _InnerAllocs...>& __other) _NOEXCEPT
235 __scoped_allocator_storage<_OuterA2, _InnerAllocs...>&& __other) _NOEXCEPT
245 const inner_allocator_type& __i) _NOEXCEPT
252 inner_allocator_type& inner_allocator() _NOEXCEPT {return __inner_;}
254 const inner_allocator_type& inner_allocator() const _NOEXCEPT {return __inner_;}
257 outer_allocator_type& outer_allocator() _NOEXCEPT
260 const outer_allocator_type& outer_allocator() const _NOEXCEPT
265 select_on_container_copy_construction() const _NOEXCEPT
288 __scoped_allocator_storage() _NOEXCEPT {}
295 __scoped_allocator_storage(_OuterA2&& __outerAlloc) _NOEXCEPT
304 const __scoped_allocator_storage<_OuterA2>& __other) _NOEXCEPT
313 __scoped_allocator_storage<_OuterA2>&& __other) _NOEXCEPT
317 inner_allocator_type& inner_allocator() _NOEXCEPT
320 const inner_allocator_type& inner_allocator() const _NOEXCEPT
324 outer_allocator_type& outer_allocator() _NOEXCEPT
327 const outer_allocator_type& outer_allocator() const _NOEXCEPT
332 select_on_container_copy_construction() const _NOEXCEPT
339 const inner_allocator_type& __i) _NOEXCEPT;
368 type& operator()(type& __a) const _NOEXCEPT {return __a;}
380 type& operator()(_Alloc& __a) const _NOEXCEPT
433 scoped_allocator_adaptor() _NOEXCEPT {}
440 const _InnerAllocs& ...__innerAllocs) _NOEXCEPT
449 const scoped_allocator_adaptor<_OuterA2, _InnerAllocs...>& __other) _NOEXCEPT
457 scoped_allocator_adaptor<_OuterA2, _InnerAllocs...>&& __other) _NOEXCEPT
463 inner_allocator_type& inner_allocator() _NOEXCEPT
466 const inner_allocator_type& inner_allocator() const _NOEXCEPT
470 outer_allocator_type& outer_allocator() _NOEXCEPT
473 const outer_allocator_type& outer_allocator() const _NOEXCEPT
486 void deallocate(pointer __p, size_type __n) _NOEXCEPT
509 scoped_allocator_adaptor select_on_container_copy_construction() const _NOEXCEPT
520 const inner_allocator_type& __i) _NOEXCEPT
572 const scoped_allocator_adaptor<_OuterA2>& __b) _NOEXCEPT
581 const scoped_allocator_adaptor<_OuterA2, _InnerA0, _InnerAllocs...>& __b) _NOEXCEPT
591 const scoped_allocator_adaptor<_OuterA2, _InnerAllocs...>& __b) _NOEXCEPT