Searched refs:__libcpp_integer (Results 1 – 3 of 3) sorted by relevance
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> in add_sat() 48 template <__libcpp_integer _Tp> in sub_sat() 67 template <__libcpp_integer _Tp> in mul_sat() 83 template <__libcpp_integer _Tp> in div_sat() 96 template <__libcpp_integer _Rp, __libcpp_integer _Tp> in saturate_cast() 114 template <__libcpp_integer _Tp>119 template <__libcpp_integer _Tp>124 template <__libcpp_integer _Tp>129 template <__libcpp_integer _T[all...]
50 concept __libcpp_integer = __libcpp_unsigned_integer<_Tp> || __libcpp_signed_integer<_Tp>; variable