Searched refs:__hip_enable_if (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h1024 // __hip_enable_if::type is a type function which returns __T if __B is true.
1025 template <bool __B, class __T = void> struct __hip_enable_if {}; struct
1027 template <class __T> struct __hip_enable_if<true, __T> { typedef __T type; }; struct
1034 __DEVICE__ typename __hip_enable_if<std::numeric_limits<__T>::is_integer, \
1046 typename __hip_enable_if<std::numeric_limits<__T1>::is_specialized && \

Completed in 52 milliseconds