Searched defs:is_arithmetic (Results 1 – 11 of 11) sorted by relevance
24 struct _LIBCPP_TEMPLATE_VIS is_arithmetic struct
22 struct is_arithmetic : cpp::bool_constant<(cpp::is_integral_v<T> || struct
18 struct is_arithmetic : public integral_constant<bool, is_integral<T>::value || is_floating_point<T>… struct
277 TYPED_TEST(LlvmLibcTypeTraitsTest, is_arithmetic, IntegralAndFloatingTypes) { in TYPED_TEST() argument
796 struct is_arithmetic struct798 static const bool value = is_floating_point<T>::value ||
455 void is_arithmetic() in is_arithmetic() function