Home
last modified time | relevance | path

Searched refs:_Bit_pointer (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_bvector.h432 typedef typename _Bit_alloc_traits::pointer _Bit_pointer; in _GLIBCXX_VISIBILITY() typedef
438 _Bit_pointer _M_end_of_storage; in _GLIBCXX_VISIBILITY()
464 _M_end_of_storage = _Bit_pointer(); in _GLIBCXX_VISIBILITY()
528 _Bit_pointer in _GLIBCXX_VISIBILITY()
591 typedef typename _Base::_Bit_pointer _Bit_pointer; in _GLIBCXX_VISIBILITY() typedef
1120 _Bit_pointer __q = this->_M_allocate(__n); in _GLIBCXX_VISIBILITY()
1126 this->_M_impl._M_end_of_storage = _Bit_pointer(); in _GLIBCXX_VISIBILITY()
H A Dvector.tcc764 _Bit_pointer __q = this->_M_allocate(__n); in _M_reallocate()
791 _Bit_pointer __q = this->_M_allocate(__len); in _M_fill_insert()
826 _Bit_pointer __q = this->_M_allocate(__len); in _M_insert_range()
855 _Bit_pointer __q = this->_M_allocate(__len); in _M_insert_aux()