Searched defs:ret1 (Results 1 – 10 of 10) sorted by relevance
11 bool ret1 = getValue() || getValue(); in testVariant() local23 bool ret1 = getExplicitValue() || getExplicitValue(); in testExplicitVariant() local
7 auto ret1 = (int)foo(); in test() local
70 auto __attribute__((target_version("default"))) ret1(void) { return 1; } in ret1() function
187 consteval int(*ret1(int i))() { in ret1() function
329 ExpectedReturnTy ret1 = template_vs_function(1.0f); in test_host_device_calls_template() local336 TemplateReturnTy ret1 = template_vs_function(1.0f); in test_host_calls_template_fn() local341 DeviceReturnTy ret1 = template_vs_function(1.0f); in test_device_calls_template_fn() local362 HostDeviceReturnTy ret1 = template_vs_hd_function(1.0f); in test_host_device_calls_hd_template() local368 HostDeviceReturnTy ret1 = template_vs_hd_function(1.0f); in test_host_calls_hd_template() local373 HostDeviceReturnTy ret1 = template_vs_hd_function(1.0f); in test_device_calls_hd_template() local396 DeviceReturnTy ret1 = device_only_function(1); in test_host_device_single_side_overloading() local413 DeviceReturnTy ret1 = device_only_function(1); in test_host_device_wrong_side_overloading_inline_no_diag() local422 DeviceReturnTy ret1 = device_only_function(1); in test_host_device_wrong_side_overloading_inline_diag() local
328 auto ret1 = std::move(ret); in test() local345 auto ret1 = std::move(ret); in test() local
102 int ret1 = normalize_ret(p1.compare(p2)); test_compare_basic() local
68 One ret1(void) { return (One){'a'}; } in ret1() function
343 auto ret1 = std::move(ret); in test() local360 auto ret1 = std::move(ret); in test() local
145 isl::stat ret1 = s.foreach_basic_set(add_to_vector); in test_foreach() local