Home
last modified time | relevance | path

Searched defs:_Bit_iterator_base (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_bvector.h142 struct _Bit_iterator_base in _GLIBCXX_VISIBILITY() struct
145 _Bit_type * _M_p; in _GLIBCXX_VISIBILITY()
146 unsigned int _M_offset; in _GLIBCXX_VISIBILITY()
148 _Bit_iterator_base(_Bit_type * __x, unsigned int __y) in _GLIBCXX_VISIBILITY() argument
152 _M_bump_up() in _GLIBCXX_VISIBILITY()
162 _M_bump_down() in _GLIBCXX_VISIBILITY()
172 _M_incr(ptrdiff_t __i) in _GLIBCXX_VISIBILITY()
194 if (const auto __cmp = __x._M_p <=> __y._M_p; __cmp != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_bvector.h162 struct _Bit_iterator_base in _GLIBCXX_VISIBILITY() struct
165 _Bit_type * _M_p; in _GLIBCXX_VISIBILITY()
166 unsigned int _M_offset; in _GLIBCXX_VISIBILITY()
169 _Bit_iterator_base(_Bit_type * __x, unsigned int __y) in _GLIBCXX_VISIBILITY() argument
174 _M_bump_up() in _GLIBCXX_VISIBILITY()
185 _M_bump_down() in _GLIBCXX_VISIBILITY()
196 _M_incr(ptrdiff_t __i) in _GLIBCXX_VISIBILITY()
220 if (const auto __cmp = __x._M_p <=> __y._M_p; __cmp != 0) in _GLIBCXX_VISIBILITY()