Home
last modified time | relevance | path

Searched defs:is_signed_v (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dis_signed.h30 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_signed_v = __is_signed(_Tp); variable
/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_signed.h24 LIBC_INLINE_VAR constexpr bool is_signed_v = is_signed<T>::value; global() variable
/llvm-project/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp53 template <class T> constexpr bool is_signed_v = std::is_signed<T>::value; variable