Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_arithmetic.h20 // is_arithmetic struct
/llvm-project/libcxx/include/__type_traits/
H A Dis_arithmetic.h24 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_arithmetic struct
/llvm-project/libc/test/src/__support/CPP/
H A Dtype_traits_test.cpp275 TYPED_TEST(LlvmLibcTypeTraitsTest,is_arithmetic,IntegralAndFloatingTypes) TYPED_TEST() argument
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp604 void is_arithmetic() in is_arithmetic() function