Lines Matching refs:__host__
15 auto f3 = [&] __host__ {}; in device_fn()
18 auto f4 = [&] __host__ __device__ {}; in device_fn()
29 auto g3 = [&]() __host__ {}; in device_fn()
32 auto g4 = [&]() __host__ __device__ {}; in device_fn()
42 auto h3 = [&] __host__ () {}; in device_fn()
45 auto h4 = [&] __host__ __device__ () {}; in device_fn()
57 auto f3 = [&] __host__ {}; in kernel_fn()
60 auto f4 = [&] __host__ __device__ {}; in kernel_fn()
67 __host__ void host_fn() { in host_fn()
74 auto f3 = [&] __host__ {}; in host_fn()
77 auto f4 = [&] __host__ __device__ {}; in host_fn()
81 __host__ __device__ void hd_fn() { in hd_fn()
91 auto f3 = [&] __host__ {}; in hd_fn()
97 auto f4 = [&] __host__ __device__ {}; in hd_fn()