| /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
| H A D | is_arithmetic.pass.cpp | 20 static_assert( std::is_arithmetic<T>::value, ""); in test_is_arithmetic() 21 static_assert( std::is_arithmetic<const T>::value, ""); in test_is_arithmetic() 22 static_assert( std::is_arithmetic<volatile T>::value, ""); in test_is_arithmetic() 23 static_assert( std::is_arithmetic<const volatile T>::value, ""); in test_is_arithmetic() 35 static_assert(!std::is_arithmetic<T>::value, ""); in test_is_not_arithmetic() 36 static_assert(!std::is_arithmetic<const T>::value, ""); in test_is_not_arithmetic() 37 static_assert(!std::is_arithmetic<volatile T>::value, ""); in test_is_not_arithmetic() 38 static_assert(!std::is_arithmetic<const volatile T>::value, ""); in test_is_not_arithmetic()
|
| H A D | lvalue_ref.pass.cpp | 21 static_assert(!std::is_arithmetic<T>::value, ""); in test_lvalue_ref()
|
| H A D | rvalue_ref.pass.cpp | 21 static_assert(!std::is_arithmetic<T>::value, ""); in test_rvalue_ref()
|
| H A D | void.pass.cpp | 21 static_assert(!std::is_arithmetic<T>::value, ""); in test_void_imp()
|
| H A D | member_object_pointer.pass.cpp | 21 static_assert(!std::is_arithmetic<T>::value, ""); in test_member_object_pointer_imp()
|
| H A D | floating_point.pass.cpp | 21 static_assert( std::is_arithmetic<T>::value, ""); in test_floating_point_imp()
|
| H A D | pointer.pass.cpp | 21 static_assert(!std::is_arithmetic<T>::value, ""); in test_pointer_imp()
|
| H A D | union.pass.cpp | 21 static_assert(!std::is_arithmetic<T>::value, ""); in test_union_imp()
|
| H A D | enum.pass.cpp | 21 static_assert(!std::is_arithmetic<T>::value, ""); in test_enum_imp()
|
| H A D | function.pass.cpp | 21 static_assert(!std::is_arithmetic<T>::value, ""); in test_function_imp()
|
| H A D | member_function_pointer.pass.cpp | 21 static_assert(!std::is_arithmetic<T>::value, ""); in test_member_function_pointer_imp()
|
| H A D | class.pass.cpp | 21 static_assert(!std::is_arithmetic<T>::value, ""); in test_class_imp()
|
| H A D | array.pass.cpp | 21 static_assert(!std::is_arithmetic<T>::value, ""); in test_array_imp()
|
| H A D | integral.pass.cpp | 21 static_assert( std::is_arithmetic<T>::value, ""); in test_integral_imp()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | __clang_hip_cmath.h | 317 template <class _Tp> struct is_arithmetic { 320 template <> struct is_arithmetic<bool> { 323 template <> struct is_arithmetic<char> { 335 template <> struct is_arithmetic<short> { 341 template <> struct is_arithmetic<int> { 347 template <> struct is_arithmetic<long> { 359 template <> struct is_arithmetic<float> { 362 template <> struct is_arithmetic<double> { 463 __hip::is_arithmetic<__T1>::value && __hip::is_arithmetic<__T2>::value, \ 552 __hip::is_arithmetic<__T1>::value && __hip::is_arithmetic<__T2>::value && [all …]
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | math.h | 621 std::is_arithmetic<_A2>::value, 651 std::is_arithmetic<_A2>::value, 681 std::is_arithmetic<_A2>::value, 711 std::is_arithmetic<_A2>::value, 741 std::is_arithmetic<_A2>::value, 771 std::is_arithmetic<_A2>::value, 838 std::is_arithmetic<_A2>::value, 933 std::is_arithmetic<_A2>::value, 1011 std::is_arithmetic<_A2>::value, 1165 std::is_arithmetic<_A2>::value, [all …]
|
| H A D | cmath | 541 is_arithmetic<_A1>::value && 542 is_arithmetic<_A2>::value && 543 is_arithmetic<_A3>::value, 644 is_arithmetic<_A1>::value && 645 is_arithmetic<_A2>::value && 646 is_arithmetic<_A3>::value,
|
| /llvm-project-15.0.7/libcxx/include/__type_traits/ |
| H A D | is_arithmetic.h | 23 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_arithmetic struct 29 inline constexpr bool is_arithmetic_v = is_arithmetic<_Tp>::value;
|
| H A D | is_fundamental.h | 38 is_arithmetic<_Tp>::value> {};
|
| H A D | is_signed.h | 39 template <class _Tp, bool = is_arithmetic<_Tp>::value>
|
| H A D | is_unsigned.h | 42 template <class _Tp, bool = is_arithmetic<_Tp>::value>
|
| H A D | is_scalar.h | 43 : public integral_constant<bool, is_arithmetic<_Tp>::value ||
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/support.types/ |
| H A D | byte.pass.cpp | 23 static_assert(!std::is_arithmetic<std::byte>::value, "" );
|
| /llvm-project-15.0.7/pstl/include/pstl/internal/ |
| H A D | glue_memory_impl.h | 168 std::is_arithmetic<_ValueType>(), in uninitialized_fill() 196 std::is_arithmetic<_ValueType>(), in uninitialized_fill_n()
|
| /llvm-project-15.0.7/clang/test/Headers/ |
| H A D | hip-header.hip | 72 // ToDo: Fix __clang_hip_cmake.h to specialize __hip::is_arithmetic<_Float16>
|