Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h35 if constexpr (__libcpp_unsigned_integer<_Tp>) { in add_sat()
53 if constexpr (__libcpp_unsigned_integer<_Tp>) { in sub_sat()
72 if constexpr (__libcpp_unsigned_integer<_Tp>) { in mul_sat()
86 if constexpr (__libcpp_unsigned_integer<_Tp>) { in div_sat()
/freebsd-src/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-src/contrib/llvm-project/libcxx/include/__bit/
H A Drotate.h58 template <__libcpp_unsigned_integer _Tp>
63 template <__libcpp_unsigned_integer _Tp>
H A Dcountr.h68 template <__libcpp_unsigned_integer _Tp>
73 template <__libcpp_unsigned_integer _Tp>
H A Dcountl.h97 template <__libcpp_unsigned_integer _Tp>
102 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_log2.h25 template <__libcpp_unsigned_integer _Tp>
H A Dbit_floor.h25 template <__libcpp_unsigned_integer _Tp>
H A Dpopcount.h43 template <__libcpp_unsigned_integer _Tp> in popcount()
H A Dbit_ceil.h44 template <__libcpp_unsigned_integer _Tp>
/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h75 template <class, __libcpp_unsigned_integer _Tp>