Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dfunction-overload.cu318 typedef DeviceReturnTy ExpectedReturnTy; in test_host_device_calls_template() typedef
320 typedef TemplateReturnTy ExpectedReturnTy; in test_host_device_calls_template()
323 ExpectedReturnTy ret1 = template_vs_function(1.0f); in test_host_device_calls_template()
324 ExpectedReturnTy ret2 = template_vs_function(2.0); in test_host_device_calls_template()
352 typedef HostDeviceReturnTy ExpectedReturnTy; in test_host_device_calls_hd_template() typedef
354 typedef TemplateReturnTy ExpectedReturnTy; in test_host_device_calls_hd_template()
357 ExpectedReturnTy ret2 = template_vs_hd_function(1); in test_host_device_calls_hd_template()