Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/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() argument
80 _Bit_reference() _GLIBCXX_NOEXCEPT : _M_p(0), _M_mask(0) { } in _GLIBCXX_VISIBILITY() argument
108 flip() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_bvector.h71 struct _Bit_reference in _GLIBCXX_VISIBILITY() struct
73 _Bit_type * _M_p; in _GLIBCXX_VISIBILITY()
74 _Bit_type _M_mask; in _GLIBCXX_VISIBILITY()
76 _Bit_reference(_Bit_type * __x, _Bit_type __y) in _GLIBCXX_VISIBILITY() argument
79 _Bit_reference() _GLIBCXX_NOEXCEPT : _M_p(0), _M_mask(0) { } in _GLIBCXX_VISIBILITY() function
107 flip() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()