Searched refs:hd_fn (Results 1 – 6 of 6) sorted by relevance
5 __attribute__((host, device)) void hd_fn() {} in hd_fn() function24 ([]() __attribute__((host)) __attribute__((device)){ hd_fn(); })(); in host_device_attrs()27 ([] __attribute__((host)) __attribute__((device)) () { hd_fn(); })(); in host_device_attrs()28 ([] __attribute__((host)) __attribute__((device)) { hd_fn(); })(); in host_device_attrs()30 ([&]() __attribute__((host)) __attribute__((device)){ hd_fn(); })(); in host_device_attrs()33 ([&] __attribute__((host)) __attribute__((device)) () { hd_fn(); })(); in host_device_attrs()34 ([&] __attribute__((host)) __attribute__((device)) { hd_fn(); })(); in host_device_attrs()36 ([&](int) __attribute__((host)) __attribute__((device)){ hd_fn(); })(0); in host_device_attrs()39 ([&] __attribute__((host)) __attribute__((device)) (int) { hd_fn(); })(0); in host_device_attrs()
5 __attribute__((host, device)) void hd_fn() {} in hd_fn() function
11 inline __host__ __device__ void hd_fn(int n);12 inline __device__ void device_fn2() { hd_fn(42); } // expected-note {{called by 'device_fn2'}} in device_fn2()16 inline __host__ __device__ void hd_fn(int n) { in hd_fn() function
81 __host__ __device__ void hd_fn() { in hd_fn() function
13 extern __host__ __device__ void hd_fn();
13 extern "C" __host__ __device__ void hd_fn();