reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/stl_bvector.h
   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)
   75     _Bit_reference(_Bit_type * __x, _Bit_type __y)
  139     _Bit_type * _M_p;
  142     _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
  222     _Bit_iterator(_Bit_type * __x, unsigned int __y)
  309     _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
  414         rebind<_Bit_type>::other _Bit_alloc_type;
  441 	_Bit_type*
 1048       _Bit_type * const __end = this->_M_impl._M_end_addr();
 1049       for (_Bit_type * __p = this->_M_impl._M_start._M_p; __p != __end; ++__p)
 1084       _Bit_type* __q = std::copy(__first._M_p, __last._M_p, __result._M_p);
usr/include/c++/7.4.0/bits/vector.tcc
  879 	  const size_t __clength = __words * sizeof(_Bit_type);
  886 	  _Bit_type __hiword = *__b._M_impl._M_finish._M_p;