Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dtransform_reduce.h40 …_t<__desugars_to<__plus_tag, _BinaryOperation, _Tp, _UnaryResult>::value && is_arithmetic_v<_Tp> &&
41 is_arithmetic_v<_UnaryResult>,
57 is_arithmetic_v<_Tp> && is_arithmetic_v<_UnaryResult>),
/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_arithmetic.h29 inline constexpr bool is_arithmetic_v = is_arithmetic<_Tp>::value; variable
/freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dutility.h37 is_arithmetic_v<_Tp> && !is_const_v<_Tp> && !is_volatile_v<_Tp> && !is_same_v<_Tp, bool>;
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc223 using std::is_arithmetic_v;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dtype_traits276 template <class T> inline constexpr bool is_arithmetic_v
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1613 SYMBOL(is_arithmetic_v, std::, <type_traits>)