Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dfunction-overload.cu20 struct DeviceReturnTy {}; struct
48 __device__ DeviceReturnTy dh() { return DeviceReturnTy(); } in dh()
72 extern "C" __device__ DeviceReturnTy cdh() { return DeviceReturnTy(); } in cdh()
85 __device__ DeviceReturnTy d() { return DeviceReturnTy(); } in d()
102 extern "C" __device__ DeviceReturnTy cd() { return DeviceReturnTy(); } in cd()
136 DeviceReturnTy ret_d = d(); in devicef()
138 DeviceReturnTy ret_cd = cd(); in devicef()
157 DeviceReturnTy ret_d = d(); in globalf()
178 DeviceReturnTy ret_d = d(); in hostdevicef()
310 return DeviceReturnTy(); in template_vs_function()
[all …]