Searched refs:_Signed (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | size.h | 120 using _Signed = make_signed_t<decltype(ranges::size(__t))>; in operator() local 121 if constexpr (sizeof(ptrdiff_t) > sizeof(_Signed)) in operator() 124 return static_cast<_Signed>(ranges::size(__t)); in operator()
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | num.h | 471 template <class _Signed> 473 …__do_get_signed(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, _Signed& … 513 __v = std::__num_get_signed_integral<_Signed>(__a, __a_end, __err, __base);
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| 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);
|