Home
last modified time | relevance | path

Searched refs:__libcpp_integer (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__utility/
H A Dcmp.h29 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>
/freebsd-14.2/contrib/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h29 template <__libcpp_integer _Tp>
47 template <__libcpp_integer _Tp>
66 template <__libcpp_integer _Tp>
82 template <__libcpp_integer _Tp>
95 template <__libcpp_integer _Rp, __libcpp_integer _Tp>
/freebsd-14.2/contrib/llvm-project/libcxx/include/__concepts/
H A Darithmetic.h50 concept __libcpp_integer = __libcpp_unsigned_integer<_Tp> || __libcpp_signed_integer<_Tp>; variable