Home
last modified time | relevance | path

Searched defs:is_arithmetic_v (Results 1 – 2 of 2) sorted by relevance

/external/llvm-libc/src/__support/CPP/type_traits/
Dis_arithmetic.h23 LIBC_INLINE_VAR constexpr bool is_arithmetic_v = is_arithmetic<T>::value; variable
/external/cronet/third_party/libc++/src/include/__type_traits/
Dis_arithmetic.h29 inline constexpr bool is_arithmetic_v = is_arithmetic<_Tp>::value; variable