Home
last modified time | relevance | path

Searched defs:ret2 (Results 1 – 17 of 17) sorted by relevance

/llvm-project/libcxx/test/std/containers/
H A Dmap_allocator_requirement_test_templates.h179 It ret2 = c.insert(c.begin(), v2); in testMapInsertHint() local
196 It ret2 = c.insert(c.begin(), v2); in testMapInsertHint() local
213 It ret2 = c.insert(c.begin(), std::move(v2)); in testMapInsertHint() local
228 It ret2 = c.insert(c.begin(), {42, 1}); in testMapInsertHint() local
245 It ret2 = c.insert(c.begin(), std::move(v2)); in testMapInsertHint() local
262 It ret2 = c.insert(c.begin(), v2); in testMapInsertHint() local
279 It ret2 = c.insert(c.begin(), std::move(v2)); in testMapInsertHint() local
458 It ret2 = c.emplace_hint(c.begin(), v2); in testMapEmplaceHint() local
475 It ret2 = c.emplace_hint(c.begin(), v2); in testMapEmplaceHint() local
492 It ret2 = c.emplace_hint(c.begin(), std::move(v2)); in testMapEmplaceHint() local
[all …]
H A Dset_allocator_requirement_test_templates.h224 It ret2 = c.emplace_hint(c.begin(), v2); in testSetEmplaceHint() local
241 It ret2 = c.emplace_hint(c.begin(), v2); in testSetEmplaceHint() local
258 It ret2 = c.emplace_hint(c.begin(), std::move(v2)); in testSetEmplaceHint() local
275 It ret2 = c.emplace_hint(c.begin(), std::move(v2)); in testSetEmplaceHint() local
/llvm-project/clang/test/CXX/over/over.built/
H A Dp24.cpp12 bool ret2 = getValue() && getValue(); in testVariant() local
24 bool ret2 = getExplicitValue() && getExplicitValue(); in testExplicitVariant() local
/llvm-project/clang/test/SemaCXX/
H A Dunknown-anytype-blocks.cpp8 …auto ret2 = bar(); // expected-error {{'bar' has unknown return type; cast the call to its declare… in test() local
H A Dattr-target-version.cpp71 auto __attribute__((target_version("dpb"))) ret2(void) { return 1; } ret2() function
H A Dcxx2a-consteval.cpp211 consteval mem_ptr_type ret2() { in ret2() function
/llvm-project/clang/test/SemaCUDA/
H A Dfunction-overload.cu330 ExpectedReturnTy ret2 = template_vs_function(2.0); in test_host_device_calls_template() local
337 TemplateReturnTy ret2 = template_vs_function(2.0); in test_host_calls_template_fn() local
342 DeviceReturnTy ret2 = template_vs_function(2.0); in test_device_calls_template_fn() local
363 ExpectedReturnTy ret2 = template_vs_hd_function(1); in test_host_device_calls_hd_template() local
369 TemplateReturnTy ret2 = template_vs_hd_function(1); in test_host_calls_hd_template() local
376 HostDeviceReturnTy ret2 = template_vs_hd_function(1); in test_device_calls_hd_template() local
397 DeviceReturnTy2 ret2 = device_only_function(1.0f); in test_host_device_single_side_overloading() local
414 DeviceReturnTy2 ret2 = device_only_function(1.0f); in test_host_device_wrong_side_overloading_inline_no_diag() local
423 DeviceReturnTy2 ret2 = device_only_function(1.0f); in test_host_device_wrong_side_overloading_inline_diag() local
/llvm-project/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp106 auto ret2 = std::move(ret); in constructor_tests() local
126 auto ret2 = std::move(ret); in constructor_tests() local
144 auto ret2 = std::not_fn(value2); in constructor_tests() local
157 auto ret2 = std::not_fn(std::move(value2)); in constructor_tests() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
H A Dcanonical.pass.cpp74 const path ret2 = canonical(TC.p); in test_canonical() local
/llvm-project/libc/test/src/fcntl/
H A Dfcntl_test.cpp181 int ret2 = LIBC_NAMESPACE::fcntl(fd, F_GETOWN); in TEST() local
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.compare.pass.cpp103 int ret2 = normalize_ret(p1.compare(R)); test_compare_basic() local
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc32-and-aix-struct-return.c72 Two ret2(void) { return (Two){123}; } in ret2() function
/llvm-project/polly/lib/External/isl/
H A Disl_test_cpp-checked.cc158 isl::stat ret2 = s.foreach_basic_set(fail); in test_foreach() local
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_1_2_3.pass.cpp281 auto& ret2 = std::__invoke(get_fn, d); test_derived_from_ref_wrap() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp412 file_time_type ret2 = last_write_time(static_env.SymlinkToFile); in read_last_write_time_static_env_test() local
422 file_time_type ret2 = last_write_time(static_env.SymlinkToDir); in read_last_write_time_static_env_test() local
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.bind.partial/
H A Dbind_back.pass.cpp349 auto ret2 = std::__bind_back(std::move(value), 1); in test() local
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.pass.cpp364 auto ret2 = std::bind_front(std::move(value), 1); in test() local