Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_bvector.h78 struct _Bit_reference in _GLIBCXX_VISIBILITY() struct
80 _Bit_type * _M_p; in _GLIBCXX_VISIBILITY()
81 _Bit_type _M_mask; in _GLIBCXX_VISIBILITY()
84 _Bit_reference(_Bit_type * __x, _Bit_type __y) in _GLIBCXX_VISIBILITY() function
88 _Bit_reference() _GLIBCXX_NOEXCEPT : _M_p(0), _M_mask(0) { } in _GLIBCXX_VISIBILITY() argument
126 flip() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
132 swap(_Bit_reference __x, _Bit_reference __y) noexcept in _GLIBCXX_VISIBILITY()
141 swap(_Bit_reference __x, bool& __y) noexcept in _GLIBCXX_VISIBILITY()
150 swap(bool& __x, _Bit_reference __y) noexcept in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_bvector.h72 struct _Bit_reference in _GLIBCXX_VISIBILITY() struct
74 _Bit_type * _M_p; in _GLIBCXX_VISIBILITY()
75 _Bit_type _M_mask; in _GLIBCXX_VISIBILITY()
77 _Bit_reference(_Bit_type * __x, _Bit_type __y) in _GLIBCXX_VISIBILITY() function
80 _Bit_reference() _GLIBCXX_NOEXCEPT : _M_p(0), _M_mask(0) { } in _GLIBCXX_VISIBILITY() argument
112 flip() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()