Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dfunction-overload.cu21 struct DeviceReturnTy2 {}; struct
377 __device__ DeviceReturnTy2 device_only_function(float arg) { return DeviceReturnTy2(); } in device_only_function()
391 DeviceReturnTy2 ret2 = device_only_function(1.0f); in test_host_device_single_side_overloading()
408 DeviceReturnTy2 ret2 = device_only_function(1.0f); in test_host_device_wrong_side_overloading_inline_no_diag()
417 DeviceReturnTy2 ret2 = device_only_function(1.0f); in test_host_device_wrong_side_overloading_inline_diag()