Searched refs:_M_end_of_storage (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_bvector.h387 _Bit_type* _M_end_of_storage; member in struct:_Bvector_base::_Bvector_impl
390 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
394 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
435 _M_impl._M_end_of_storage - _M_impl._M_start._M_p);
505 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage,
604 { return size_type(const_iterator(this->_M_impl._M_end_of_storage, 0)
654 this->_M_impl._M_end_of_storage = (__q + (__n + int(_S_word_bit) - 1)
686 if (this->_M_impl._M_finish._M_p != this->_M_impl._M_end_of_storage)
697 std::swap(this->_M_impl._M_end_of_storage,
698 __x._M_impl._M_end_of_storage);
[all...]
H A Dstl_vector.h86 _Tp* _M_end_of_storage; member in struct:_Vector_base::_Vector_impl
89 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
93 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
126 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
131 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
444 { return size_type(this->_M_impl._M_end_of_storage
613 if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage)
746 std::swap(this->_M_impl._M_end_of_storage,
747 __x._M_impl._M_end_of_storage);
800 this->_M_impl._M_end_of_storage
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h92 pointer _M_end_of_storage; member in class:__detail::__mini_vector
96 { return _M_end_of_storage - _M_finish; }
112 _M_end_of_storage(0)
120 this->deallocate(this->_M_start, this->_M_end_of_storage
215 this->_M_end_of_storage = this->_M_start + __new_size;

Completed in 46 milliseconds