Home
last modified time | relevance | path

Searched defs:is_unsigned_v (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dis_unsigned.h30 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_unsigned_v = __is_unsigned(_Tp); variable
/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_unsigned.h24 LIBC_INLINE_VAR constexpr bool is_unsigned_v = is_unsigned<T>::value; global() variable