Searched refs:_Signed (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | size.h | 119 using _Signed = make_signed_t<decltype(ranges::size(__t))>; in operator() local 120 if constexpr (sizeof(ptrdiff_t) > sizeof(_Signed)) in operator() 123 return static_cast<_Signed>(ranges::size(__t)); in operator()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | locale | 665 template <class _Signed> 667 …__do_get_signed(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, _Signed& … 853 template <class _Signed> 855 iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, _Signed& __v) const { 890 __v = std::__num_get_signed_integral<_Signed>(__a, __a_end, __err, __base);
|