Searched refs:__host__ (Results 1 – 4 of 4) sorted by relevance
5 __host__ void h1h(void);7 __host__ __device__ void h1hd(void);14 __host__ void h1(void) { in h1()22 __host__ void d1h(void); // expected-note {{candidate function not viable: call to __host__ functio…24 __host__ __device__ void d1hd(void);34 __host__ void hd1h(void); // expected-note {{candidate function not viable: call to __host__ functi…36 __host__ __device__ void hd1hd(void);39 __host__ __device__ void hd1(void) { in hd1()
8 #define __host__ __attribute__((host)) macro13 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} in x()
28 __host__ void explicithostonlyfunc(void) {} in explicithostonlyfunc()36 __host__ __device__ void hostdevicefunc(void) {} in hostdevicefunc()
2403 "%select{__device__|__global__|__host__|__host__ __device__}1 function from"2404 " %select{__device__|__global__|__host__|__host__ __device__}2 function">;4982 "reference to %select{__device__|__global__|__host__|__host__ __device__}0 "4983 "function %1 in %select{__device__|__global__|__host__|__host__ __device__}2 function">;