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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_hip_cmath.h 218 template <class _Tp> struct is_integral { struct in namespace:__hip
221 template <> struct is_integral<bool> { struct in namespace:__hip
224 template <> struct is_integral<char> { struct in namespace:__hip
227 template <> struct is_integral<signed char> { struct in namespace:__hip
230 template <> struct is_integral<unsigned char> { struct in namespace:__hip
233 template <> struct is_integral<wchar_t> { struct in namespace:__hip
236 template <> struct is_integral<short> { struct in namespace:__hip
239 template <> struct is_integral<unsigned short> { struct in namespace:__hip
242 template <> struct is_integral<int> { struct in namespace:__hip
245 template <> struct is_integral<unsigned int> struct in namespace:__hip
248 template <> struct is_integral<long> { struct in namespace:__hip
251 template <> struct is_integral<unsigned long> { struct in namespace:__hip
254 template <> struct is_integral<long long> { struct in namespace:__hip
257 template <> struct is_integral<unsigned long long> { struct in namespace:__hip
    [all...]

Completed in 35 milliseconds