Home
last modified time | relevance | path

Searched defs:hd2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/PCH/
H A Dpragma-cuda-force-host-device.cu15 void hd2() {} in hd2() function
/llvm-project/clang/test/SemaCUDA/
H A Dexceptions.cu36 inline __host__ __device__ void hd2() { in hd2() function
H A Dcall-device-fn-from-host.cu28 __host__ __device__ void hd2() { device_fn(); } in hd2() function
41 template <typename T> __host__ __device__ void hd2() { device_fn(); } in hd2() function
H A Dtrace-through-global.cu16 inline __host__ __device__ int hd2() { in hd2() function
H A Dcall-host-fn-from-device.cu28 __host__ __device__ void hd2() { host_fn(); } in hd2() function
58 template <typename T> __host__ __device__ void hd2() { host_fn(); } in hd2() function
/llvm-project/clang/test/SemaHipStdPar/
H A Ddevice-can-call-host.cpp41 template <typename T> __device__ void hd2() { host_fn(); } in hd2() function