Home
last modified time | relevance | path

Searched refs:is_arithmetic_v (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dis_arithmetic.pass.cpp25 static_assert( std::is_arithmetic_v<T>, ""); in test_is_arithmetic()
26 static_assert( std::is_arithmetic_v<const T>, ""); in test_is_arithmetic()
27 static_assert( std::is_arithmetic_v<volatile T>, ""); in test_is_arithmetic()
28 static_assert( std::is_arithmetic_v<const volatile T>, ""); in test_is_arithmetic()
40 static_assert(!std::is_arithmetic_v<T>, ""); in test_is_not_arithmetic()
41 static_assert(!std::is_arithmetic_v<const T>, ""); in test_is_not_arithmetic()
42 static_assert(!std::is_arithmetic_v<volatile T>, ""); in test_is_not_arithmetic()
43 static_assert(!std::is_arithmetic_v<const volatile T>, ""); in test_is_not_arithmetic()
/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dis_arithmetic.h29 inline constexpr bool is_arithmetic_v = is_arithmetic<_Tp>::value; variable
/llvm-project-15.0.7/libcxx/include/
H A Dtype_traits276 template <class T> inline constexpr bool is_arithmetic_v
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc496 SYMBOL(is_arithmetic_v, std::, <type_traits>)