Lines Matching refs:to_ulong
71 unsigned long to_ulong() const;
188 _LIBCPP_INLINE_VISIBILITY unsigned long to_ulong() const
189 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());}
201 unsigned long to_ulong(false_type) const;
202 unsigned long to_ulong(true_type) const;
314 __bitset<_N_words, _Size>::to_ulong(false_type) const
320 throw overflow_error("bitset to_ulong overflow error");
322 assert(!"bitset to_ulong overflow error");
330 __bitset<_N_words, _Size>::to_ulong(true_type) const
471 unsigned long to_ulong() const;
533 __bitset<1, _Size>::to_ulong() const
614 _LIBCPP_INLINE_VISIBILITY unsigned long to_ulong() const {return 0;}
683 unsigned long to_ulong() const;
906 bitset<_Size>::to_ulong() const
908 return base::to_ulong();