Home
last modified time | relevance | path

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

/NextBSD/contrib/libstdc++/include/bits/
Dstl_bvector.h67 typedef unsigned long _Bit_type; typedef
68 enum { _S_word_bit = int(CHAR_BIT * sizeof(_Bit_type)) };
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;
116 _Bit_iterator_base(_Bit_type * __x, unsigned int __y) in _Bit_iterator_base()
196 _Bit_iterator(_Bit_type * __x, unsigned int __y) in _Bit_iterator()
279 _Bit_const_iterator(_Bit_type * __x, unsigned int __y) in _Bit_const_iterator()
379 typedef typename _Alloc::template rebind<_Bit_type>::other
[all …]
/NextBSD/contrib/libstdc++/
DChangeLog-20023948 * include/bits/stl_bvector.h (_Bit_type): New. Use throughout.