Home
last modified time | relevance | path

Searched defs:ret1 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/CXX/over/over.built/
H A Dp24.cpp11 bool ret1 = getValue() || getValue(); in testVariant() local
23 bool ret1 = getExplicitValue() || getExplicitValue(); in testExplicitVariant() local
/llvm-project/clang/test/SemaCXX/
H A Dunknown-anytype-blocks.cpp7 auto ret1 = (int)foo(); in test() local
H A Dattr-target-version.cpp70 auto __attribute__((target_version("default"))) ret1(void) { return 1; } in ret1() function
H A Dcxx2a-consteval.cpp187 consteval int(*ret1(int i))() { in ret1() function
/llvm-project/clang/test/SemaCUDA/
H A Dfunction-overload.cu329 ExpectedReturnTy ret1 = template_vs_function(1.0f); in test_host_device_calls_template() local
336 TemplateReturnTy ret1 = template_vs_function(1.0f); in test_host_calls_template_fn() local
341 DeviceReturnTy ret1 = template_vs_function(1.0f); in test_device_calls_template_fn() local
362 HostDeviceReturnTy ret1 = template_vs_hd_function(1.0f); in test_host_device_calls_hd_template() local
368 HostDeviceReturnTy ret1 = template_vs_hd_function(1.0f); in test_host_calls_hd_template() local
373 HostDeviceReturnTy ret1 = template_vs_hd_function(1.0f); in test_device_calls_hd_template() local
396 DeviceReturnTy ret1 = device_only_function(1); in test_host_device_single_side_overloading() local
413 DeviceReturnTy ret1 = device_only_function(1); in test_host_device_wrong_side_overloading_inline_no_diag() local
422 DeviceReturnTy ret1 = device_only_function(1); in test_host_device_wrong_side_overloading_inline_diag() local
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.bind.partial/
H A Dbind_back.pass.cpp328 auto ret1 = std::move(ret); in test() local
345 auto ret1 = std::move(ret); in test() local
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.compare.pass.cpp102 int ret1 = normalize_ret(p1.compare(p2)); test_compare_basic() local
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc32-and-aix-struct-return.c68 One ret1(void) { return (One){'a'}; } in ret1() function
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.pass.cpp343 auto ret1 = std::move(ret); in test() local
360 auto ret1 = std::move(ret); in test() local
/llvm-project/polly/lib/External/isl/
H A Disl_test_cpp-checked.cc145 isl::stat ret1 = s.foreach_basic_set(add_to_vector); in test_foreach() local