HomeSort by: relevance | last modified time | path
    Searched defs:is_arithmetic (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_hip_cmath.h 261 // ToDo: specializes is_arithmetic<_Float16>
262 template <class _Tp> struct is_arithmetic { struct in namespace:__hip
265 template <> struct is_arithmetic<bool> { struct in namespace:__hip
268 template <> struct is_arithmetic<char> { struct in namespace:__hip
271 template <> struct is_arithmetic<signed char> { struct in namespace:__hip
274 template <> struct is_arithmetic<unsigned char> { struct in namespace:__hip
277 template <> struct is_arithmetic<wchar_t> { struct in namespace:__hip
280 template <> struct is_arithmetic<short> { struct in namespace:__hip
283 template <> struct is_arithmetic<unsigned short> { struct in namespace:__hip
286 template <> struct is_arithmetic<int> struct in namespace:__hip
289 template <> struct is_arithmetic<unsigned int> { struct in namespace:__hip
292 template <> struct is_arithmetic<long> { struct in namespace:__hip
295 template <> struct is_arithmetic<unsigned long> { struct in namespace:__hip
298 template <> struct is_arithmetic<long long> { struct in namespace:__hip
301 template <> struct is_arithmetic<unsigned long long> { struct in namespace:__hip
304 template <> struct is_arithmetic<float> { struct in namespace:__hip
307 template <> struct is_arithmetic<double> { struct in namespace:__hip
    [all...]
  /src/usr.bin/xlint/common/
lint.h 141 #define is_arithmetic(t) (type_properties(t)->tt_is_arithmetic) macro

Completed in 25 milliseconds