Searched refs:HostDeviceReturnTy (Results 1 – 1 of 1) sorted by relevance
22 struct HostDeviceReturnTy {}; struct27 typedef HostDeviceReturnTy (*HostDeviceFnPtr)();347 return HostDeviceReturnTy(); in template_vs_hd_function()352 typedef HostDeviceReturnTy ExpectedReturnTy; in test_host_device_calls_hd_template()356 HostDeviceReturnTy ret1 = template_vs_hd_function(1.0f); in test_host_device_calls_hd_template()370 HostDeviceReturnTy ret2 = template_vs_hd_function(1); in test_device_calls_hd_template()484 HostDeviceReturnTy callee(int x);498 HostDeviceReturnTy callee(double x);499 inline HostDeviceReturnTy implicit_hd_caller() { in implicit_hd_caller()512 __host__ __device__ HostDeviceReturnTy callee(int x);[all …]