Searched defs:signed_integral (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__concepts/
H A Darithmetic.h33 concept signed_integral = integral<_Tp> && is_signed_v<_Tp>; variable
/freebsd-current/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h133 if constexpr (signed_integral<_CharT> == signed_integral<_Tp>) { argument

Completed in 97 milliseconds