/llvm-project/libcxx/test/std/containers/ |
H A D | map_allocator_requirement_test_templates.h | 179 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 D | set_allocator_requirement_test_templates.h | 224 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 D | p24.cpp | 12 bool ret2 = getValue() && getValue(); in testVariant() local 24 bool ret2 = getExplicitValue() && getExplicitValue(); in testExplicitVariant() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | unknown-anytype-blocks.cpp | 8 …auto ret2 = bar(); // expected-error {{'bar' has unknown return type; cast the call to its declare… in test() local
|
H A D | attr-target-version.cpp | 71 auto __attribute__((target_version("dpb"))) ret2(void) { return 1; } ret2() function
|
H A D | cxx2a-consteval.cpp | 211 consteval mem_ptr_type ret2() { in ret2() function
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | function-overload.cu | 330 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 D | not_fn.pass.cpp | 106 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 D | canonical.pass.cpp | 74 const path ret2 = canonical(TC.p); in test_canonical() local
|
/llvm-project/libc/test/src/fcntl/ |
H A D | fcntl_test.cpp | 181 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 D | path.compare.pass.cpp | 103 int ret2 = normalize_ret(p1.compare(R)); test_compare_basic() local
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | ppc32-and-aix-struct-return.c | 72 Two ret2(void) { return (Two){123}; } in ret2() function
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_test_cpp-checked.cc | 158 isl::stat ret2 = s.foreach_basic_set(fail); in test_foreach() local
|
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_1_2_3.pass.cpp | 281 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 D | last_write_time.pass.cpp | 412 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 D | bind_back.pass.cpp | 349 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 D | bind_front.pass.cpp | 364 auto ret2 = std::bind_front(std::move(value), 1); in test() local
|