Lines Matching refs:__alloc

619       __alloc_traits::deallocate(__alloc(), *__i, __block_size);
712 _LIBCPP_HIDE_FROM_ABI allocator_type& __alloc() _NOEXCEPT { return __alloc_; }
713 _LIBCPP_HIDE_FROM_ABI const allocator_type& __alloc() const _NOEXCEPT { return __alloc_; }
756 return std::min<size_type>(__alloc_traits::max_size(__alloc()), numeric_limits<difference_type>::max());
882 __alloc() = std::move(__c.__alloc());
1165 __alloc_traits::deallocate(__alloc(), __map_.front(), __block_size);
1176 __alloc_traits::deallocate(__alloc(), __map_.back(), __block_size);
1232 if (__alloc() != __c.__alloc()) {
1236 __alloc() = __c.__alloc();
1313 : __map_(__pointer_allocator(__alloc_traits::select_on_container_copy_construction(__c.__alloc()))),
1368 if (__a == __c.__alloc()) {
1390 if (__alloc() != __c.__alloc()) {
1477 return __alloc();
1498 allocator_type& __a = __alloc();
1572 allocator_type& __a = __alloc();
1583 allocator_type& __a = __alloc();
1596 allocator_type& __a = __alloc();
1613 allocator_type& __a = __alloc();
1627 allocator_type& __a = __alloc();
1645 allocator_type& __a = __alloc();
1662 allocator_type& __a = __alloc();
1709 allocator_type& __a = __alloc();
1720 __temp_value<value_type, _Allocator> __tmp(__alloc(), std::forward<_Args>(__args)...);
1740 __temp_value<value_type, _Allocator> __tmp(__alloc(), std::forward<_Args>(__args)...);
1759 allocator_type& __a = __alloc();
1812 allocator_type& __a = __alloc();
1870 __split_buffer<value_type, allocator_type&> __buf(__alloc());
1887 __split_buffer<value_type, allocator_type&> __buf(__n, 0, __alloc());
1912 allocator_type& __a = __alloc();
1992 allocator_type& __a = __alloc();
2009 allocator_type& __a = __alloc();
2025 allocator_type& __a = __alloc();
2043 allocator_type& __a = __alloc();
2090 allocator_type& __a = __alloc();
2166 allocator_type& __a = __alloc();
2212 allocator_type& __a = __alloc();
2292 allocator_type& __a = __alloc();
2306 allocator_type& __a = __alloc();
2371 allocator_type& __a = __alloc();
2398 allocator_type& __a = __alloc();
2437 allocator_type& __a = __alloc();
2465 allocator_type& __a = __alloc();
2495 allocator_type& __a = __alloc();
2518 std::__swap_allocator(__alloc(), __c.__alloc());
2524 allocator_type& __a = __alloc();