Home
last modified time | relevance | path

Searched refs:__libcpp_signed_integer (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__concepts/
H A Darithmetic.h47 concept __libcpp_signed_integer = __libcpp_is_signed_integer<_Tp>::value; variable
50 concept __libcpp_integer = __libcpp_unsigned_integer<_Tp> || __libcpp_signed_integer<_Tp>;
/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h60 template <class, __libcpp_signed_integer _Tp>