Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_bvector.h67 typedef unsigned long _Bit_type; typedef
72 _Bit_type * _M_p;
73 _Bit_type _M_mask;
75 _Bit_reference(_Bit_type * __x, _Bit_type __y) in _Bit_reference()
113 _Bit_type * _M_p;
387 _Bit_type* _M_end_of_storage;
425 _Bit_type*
649 _Bit_type* __q = this->_M_allocate(__n); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
796 _Bit_type* __q = this->_M_allocate(__n); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
929 _Bit_type * __q = this->_M_allocate(__len); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
[all …]
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20023948 * include/bits/stl_bvector.h (_Bit_type): New. Use throughout.