Home
last modified time | relevance | path

Searched defs:hd3 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/SemaCUDA/
Dtrace-through-global.cu22 inline __host__ __device__ void hd3(int) { in hd3() function
25 inline __host__ __device__ void hd3(double) {} in hd3() function
Dcall-device-fn-from-host.cu36 __host__ __device__ void T::hd3() { in hd3() function in T
49 template <typename T> __host__ __device__ void hd3() { device_fn(); } in hd3() function
Dexceptions.cu43 inline __host__ __device__ void hd3() { in hd3() function
Dcall-host-fn-from-device.cu53 __host__ __device__ void T::hd3() { in hd3() function in T
65 template <typename T> __host__ __device__ void hd3() { host_fn(); } in hd3() function