Home
last modified time | relevance | path

Searched refs:__libcpp_unsigned_integer (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h34 if constexpr (__libcpp_unsigned_integer<_Tp>) { in add_sat()
52 if constexpr (__libcpp_unsigned_integer<_Tp>) { in sub_sat()
71 if constexpr (__libcpp_unsigned_integer<_Tp>) { in mul_sat()
85 if constexpr (__libcpp_unsigned_integer<_Tp>) { in div_sat()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__concepts/
H A Darithmetic.h44 concept __libcpp_unsigned_integer = __libcpp_is_unsigned_integer<_Tp>::value; variable
50 concept __libcpp_integer = __libcpp_unsigned_integer<_Tp> || __libcpp_signed_integer<_Tp>;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__bit/
H A Drotate.h45 template <__libcpp_unsigned_integer _Tp>
50 template <__libcpp_unsigned_integer _Tp>
H A Dcountr.h40 template <__libcpp_unsigned_integer _Tp>
62 template <__libcpp_unsigned_integer _Tp>
H A Dcountl.h86 template <__libcpp_unsigned_integer _Tp>
91 template <__libcpp_unsigned_integer _Tp>
H A Dbit_width.h24 template <__libcpp_unsigned_integer _Tp>
H A Dhas_single_bit.h26 template <__libcpp_unsigned_integer _Tp>
H A Dbit_floor.h25 template <__libcpp_unsigned_integer _Tp>
H A Dbit_log2.h25 template <__libcpp_unsigned_integer _Tp>
H A Dbit_ceil.h44 template <__libcpp_unsigned_integer _Tp>
H A Dpopcount.h40 template <__libcpp_unsigned_integer _Tp>
/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h75 template <class, __libcpp_unsigned_integer _Tp>