Lines Matching refs:to_ulong
71 unsigned long to_ulong() const;
192 _LIBCPP_INLINE_VISIBILITY unsigned long to_ulong() const
193 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());}
207 unsigned long to_ulong(false_type) const;
209 unsigned long to_ulong(true_type) const;
333 __bitset<_N_words, _Size>::to_ulong(false_type) const
338 __throw_overflow_error("bitset to_ulong overflow error");
346 __bitset<_N_words, _Size>::to_ulong(true_type) const
491 unsigned long to_ulong() const;
560 __bitset<1, _Size>::to_ulong() const
643 _LIBCPP_INLINE_VISIBILITY unsigned long to_ulong() const {return 0;}
720 unsigned long to_ulong() const;
936 bitset<_Size>::to_ulong() const
938 return base::to_ulong();