Home
last modified time | relevance | path

Searched defs:is_arithmetic (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dis_arithmetic.h24 struct _LIBCPP_TEMPLATE_VIS is_arithmetic struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dis_arithmetic.h24 struct _LIBCPP_TEMPLATE_VIS is_arithmetic struct
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dis_arithmetic.h24 struct _LIBCPP_TEMPLATE_VIS is_arithmetic struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dis_arithmetic.h24 struct _LIBCPP_TEMPLATE_VIS is_arithmetic struct
/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/
H A Dis_arithmetic.h22 struct is_arithmetic : cpp::bool_constant<(cpp::is_integral_v<T> || struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dis_arithmetic.h24 struct _LIBCPP_TEMPLATE_VIS is_arithmetic struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dis_arithmetic.h24 struct _LIBCPP_TEMPLATE_VIS is_arithmetic struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dis_arithmetic.hpp18 struct is_arithmetic : public integral_constant<bool, is_integral<T>::value || is_floating_point<T>… struct
/aosp_15_r20/external/llvm-libc/test/src/__support/CPP/
H A Dtype_traits_test.cpp277 TYPED_TEST(LlvmLibcTypeTraitsTest, is_arithmetic, IntegralAndFloatingTypes) { in TYPED_TEST() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp796 struct is_arithmetic struct
798 static const bool value = is_floating_point<T>::value ||
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dtype-traits.cpp455 void is_arithmetic() in is_arithmetic() function