Home
last modified time | relevance | path

Searched defs:is_unsigned (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_unsigned.h19 // is_unsigned struct
21 struct is_unsigned : bool_constant<(is_arithmetic_v<T> && (T(-1) > T(0)))> { in operator() argument
/llvm-project/libcxx/include/__type_traits/
H A Dis_unsigned.h26 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_unsigned : _BoolConstant<__is_unsigned(_Tp)> {}; struct
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
H A Dtest_min_max.pass.cpp27 const bool is_unsigned = std::is_unsigned<T>::value; in check_limits() local
/llvm-project/lldb/source/Utility/
H A DScalar.cpp279 bool is_unsigned) { in ToAPInt() argument
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2771 const bool is_unsigned = qt->isUnsignedIntegerType(); ExtractIntFromFormValue() local
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp1966 void is_unsigned() is_unsigned() function