Searched defs:__host__ (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGenCUDA/Inputs/
H A Dcuda.h8 #define __host__ __attribute__((host)) macro
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {}
/external/clang/test/PCH/Inputs/
H A Dcuda.h8 #define __host__ __attribute__((host)) macro
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {}
/external/clang/test/SemaCUDA/Inputs/
H A Dcuda.h11 #define __host__ __attribute__((host)) macro
17 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {}
/external/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h124 // attribute only. Alas they come either as __host__ __device__ or
126 // which produces HD variant and undef __host__ which gives us desided
128 #pragma push_macro("__host__")
129 #define __host__ macro
134 // Temporarily poison __host__ macro to ensure it's not used by any of
136 #define __host__ UNEXPECTED_HOST_ATTRIBUTE macro
187 // a lot of thins get declared/defined with __host__ attribute which
192 #define __host__ macro
212 // math_functions.hpp defines ::signbit as a __host__ __device__ function. This
224 #pragma pop_macro("__host__")
[all...]

Completed in 174 milliseconds