Searched refs:_Base_bitset (Results 1 – 3 of 3) sorted by relevance
107 struct _Base_bitset { struct112 _Base_bitset() { _M_do_reset(); } in _Base_bitset() argument114 _Base_bitset(unsigned long __val) { in _Base_bitset() argument138 void _M_do_and(const _Base_bitset<_Nw>& __x) { in _M_do_and() argument144 void _M_do_or(const _Base_bitset<_Nw>& __x) { in _M_do_or() argument150 void _M_do_xor(const _Base_bitset<_Nw>& __x) { in _M_do_xor() argument174 bool _M_is_equal(const _Base_bitset<_Nw>& __x) const { in _M_is_equal() argument210 struct _Base_bitset<1UL> { argument212 typedef _Base_bitset<1UL> _Self;216 _Base_bitset( void ) : _M_w(0) {}[all …]
35 void _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) { in _M_do_left_shift()57 void _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) { in _M_do_right_shift()80 unsigned long _Base_bitset<_Nw>::_M_do_to_ulong() const { in _M_do_to_ulong()88 size_t _Base_bitset<_Nw>::_M_do_find_first(size_t __not_found) const { in _M_do_find_first()110 _Base_bitset<_Nw>::_M_do_find_next(size_t __prev, in _M_do_find_next()
32 // base class _Base_bitset. The base class works with whole words, not with33 // individual bits. This allows us to specialize _Base_bitset for the