Searched refs:__libcpp_integer (Results 1 – 4 of 4) sorted by relevance
14 // concept __libcpp_integer;27 static_assert(std::__libcpp_integer<unsigned char>);28 static_assert(std::__libcpp_integer<unsigned short int>);29 static_assert(std::__libcpp_integer<unsigned int>);30 static_assert(std::__libcpp_integer<unsigned long int>);31 static_assert(std::__libcpp_integer<unsigned long long int>);32 static_assert(std::__libcpp_integer<unsigned short int>);34 static_assert(std::__libcpp_integer<__uint128_t>);37 static_assert(std::__libcpp_integer<signed char>);38 static_assert(std::__libcpp_integer<shor[all...]
29 template <__libcpp_integer _Tp, __libcpp_integer _Up>39 template <__libcpp_integer _Tp, __libcpp_integer _Up>44 template <__libcpp_integer _Tp, __libcpp_integer _Up>54 template <__libcpp_integer _Tp, __libcpp_integer _Up>59 template <__libcpp_integer _Tp, __libcpp_integer _Up>64 template <__libcpp_integer _Tp, __libcpp_integer _Up>69 template <__libcpp_integer _Tp, __libcpp_integer _Up>
30 template <__libcpp_integer _Tp>48 template <__libcpp_integer _Tp>67 template <__libcpp_integer _Tp>83 template <__libcpp_integer _Tp>96 template <__libcpp_integer _Rp, __libcpp_integer _Tp>114 template <__libcpp_integer _Tp>119 template <__libcpp_integer _Tp>124 template <__libcpp_integer _Tp>129 template <__libcpp_integer _Tp>134 template <__libcpp_integer _Rp, __libcpp_integer _Tp>
50 concept __libcpp_integer = __libcpp_unsigned_integer<_Tp> || __libcpp_signed_integer<_Tp>; variable