Home
last modified time | relevance | path

Searched refs:hd_fn (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/test/Parser/
Dlambda-attr.cu5 __attribute__((host, device)) void hd_fn() {} in hd_fn() function
24 ([]() __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()
Dcuda-check-input-kind-assoc.cuh5 __attribute__((host, device)) void hd_fn() {} in hd_fn() function
/external/llvm-project/clang/test/SemaCUDA/
Dcall-stack-for-deferred-err.cu11 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
Dimplicit-device-lambda.cu81 __host__ __device__ void hd_fn() { in hd_fn() function
Dusual-deallocators.cu13 extern __host__ __device__ void hd_fn();
/external/llvm-project/clang/test/CodeGenCUDA/
Dusual-deallocators.cu13 extern "C" __host__ __device__ void hd_fn();