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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h212 // __hip_enable_if::type is a type function which returns __T if __B is true.
213 template <bool __B, class __T = void> struct __hip_enable_if {};
215 template <class __T> struct __hip_enable_if<true, __T> { typedef __T type; };
318 template <typename __T, typename __U> struct is_same : public false_type {};
319 template <typename __T> struct is_same<__T, __T> : public true_type {};
321 template <typename __T> struc
[all...]
H A D__clang_cuda_cmath.h208 template<bool __B, class __T = void>
211 template <class __T> struct __clang_cuda_enable_if<true, __T> {
212 typedef __T type;
218 template <typename __T> \
220 typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer, \
222 __fn(__T __x) { \
317 template <typename __T>
318 __DEVICE__ typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer,
320 frexp(__T __
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dsgxintrin.h137 enum __encls_type __T = (enum __encls_type)__L; local
139 if (!__builtin_constant_p (__T))
141 else switch (__T)
192 enum __enclu_type __T = (enum __enclu_type) __L; local
194 if (!__builtin_constant_p (__T))
196 else switch (__T)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dsgxintrin.h137 enum __encls_type __T = (enum __encls_type)__L; local
139 if (!__builtin_constant_p (__T))
141 else switch (__T)
192 enum __enclu_type __T = (enum __enclu_type) __L; local
194 if (!__builtin_constant_p (__T))
196 else switch (__T)
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_utils.h188 typeof(*ptr) __T = *(ptr); \
190 __T; \

Completed in 131 milliseconds