/external/llvm-project/libcxx/test/std/containers/ |
D | map_allocator_requirement_test_templates.h | 177 It ret2 = c.insert(c.begin(), v2); in testMapInsertHint() local 194 It ret2 = c.insert(c.begin(), v2); in testMapInsertHint() local 211 It ret2 = c.insert(c.begin(), std::move(v2)); in testMapInsertHint() local 226 It ret2 = c.insert(c.begin(), {42, 1}); in testMapInsertHint() local 243 It ret2 = c.insert(c.begin(), std::move(v2)); in testMapInsertHint() local 260 It ret2 = c.insert(c.begin(), v2); in testMapInsertHint() local 277 It ret2 = c.insert(c.begin(), std::move(v2)); in testMapInsertHint() local 456 It ret2 = c.emplace_hint(c.begin(), v2); in testMapEmplaceHint() local 473 It ret2 = c.emplace_hint(c.begin(), v2); in testMapEmplaceHint() local 490 It ret2 = c.emplace_hint(c.begin(), std::move(v2)); in testMapEmplaceHint() local [all …]
|
D | set_allocator_requirement_test_templates.h | 222 It ret2 = c.emplace_hint(c.begin(), v2); in testSetEmplaceHint() local 239 It ret2 = c.emplace_hint(c.begin(), v2); in testSetEmplaceHint() local 256 It ret2 = c.emplace_hint(c.begin(), std::move(v2)); in testSetEmplaceHint() local 273 It ret2 = c.emplace_hint(c.begin(), std::move(v2)); in testSetEmplaceHint() local
|
/external/libcxx/test/std/containers/ |
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 …]
|
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
|
/external/llvm-project/clang/test/CXX/over/over.built/ |
D | p23.cpp | 12 bool ret2 = getValue() && getValue(); in testVariant() local 24 bool ret2 = getExplicitValue() && getExplicitValue(); in testExplicitVariant() local
|
/external/clang/test/CXX/over/over.built/ |
D | p23.cpp | 12 bool ret2 = getValue() && getValue(); in testVariant() local 24 bool ret2 = getExplicitValue() && getExplicitValue(); in testExplicitVariant() local
|
/external/clang/test/SemaCUDA/ |
D | function-overload.cu | 327 ExpectedReturnTy ret2 = template_vs_function(2.0); in test_host_device_calls_template() local 334 TemplateReturnTy ret2 = template_vs_function(2.0); in test_host_calls_template_fn() local 339 DeviceReturnTy ret2 = template_vs_function(2.0); in test_device_calls_template_fn() local 353 TemplateReturnTy ret2 = template_vs_hd_function(1); in test_host_device_calls_hd_template() local 358 TemplateReturnTy ret2 = template_vs_hd_function(1); in test_host_calls_hd_template() local 365 HostDeviceReturnTy ret2 = template_vs_hd_function(1); in test_device_calls_hd_template() local 378 DeviceReturnTy2 ret2 = device_only_function(1.0f); in test_host_device_single_side_overloading() local
|
/external/ltp/testcases/kernel/syscalls/sbrk/ |
D | sbrk03.c | 43 void *ret1, *ret2; in sbrk_test() local
|
/external/clang/test/SemaCXX/ |
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
|
/external/llvm-project/clang/test/SemaCXX/ |
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
|
/external/llvm-project/clang/test/SemaCUDA/ |
D | function-overload.cu | 324 ExpectedReturnTy ret2 = template_vs_function(2.0); in test_host_device_calls_template() local 331 TemplateReturnTy ret2 = template_vs_function(2.0); in test_host_calls_template_fn() local 336 DeviceReturnTy ret2 = template_vs_function(2.0); in test_device_calls_template_fn() local 357 ExpectedReturnTy ret2 = template_vs_hd_function(1); in test_host_device_calls_hd_template() local 363 TemplateReturnTy ret2 = template_vs_hd_function(1); in test_host_calls_hd_template() local 370 HostDeviceReturnTy ret2 = template_vs_hd_function(1); in test_device_calls_hd_template() local 391 DeviceReturnTy2 ret2 = device_only_function(1.0f); in test_host_device_single_side_overloading() local 408 DeviceReturnTy2 ret2 = device_only_function(1.0f); in test_host_device_wrong_side_overloading_inline_no_diag() local 417 DeviceReturnTy2 ret2 = device_only_function(1.0f); in test_host_device_wrong_side_overloading_inline_diag() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/ |
D | 9-1.c | 60 int ret, ret2; in do_test() local
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | rearrange_function_argument_pass_test.cc | 107 auto ret2 = ops::_Retval(s.WithOpName("ret2"), while_op.output[0], 2); in TEST() local 184 auto ret2 = ops::_Retval(s.WithOpName("ret2"), arg2, 2); in TEST() local
|
/external/libcxx/test/std/utilities/function.objects/func.not_fn/ |
D | not_fn.pass.cpp | 276 auto ret2 = std::move(ret); in constructor_tests() local 296 auto ret2 = std::move(ret); in constructor_tests() local 312 auto ret2 = std::not_fn(value2); in constructor_tests() local 331 auto ret2 = std::not_fn(std::move(value2)); in constructor_tests() local
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.not_fn/ |
D | not_fn.pass.cpp | 275 auto ret2 = std::move(ret); in constructor_tests() local 295 auto ret2 = std::move(ret); in constructor_tests() local 311 auto ret2 = std::not_fn(value2); in constructor_tests() local 330 auto ret2 = std::not_fn(std::move(value2)); in constructor_tests() local
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/ |
D | canonical.pass.cpp | 72 const path ret2 = canonical(TC.p); in TEST_CASE() local
|
/external/curl/tests/unit/ |
D | unit1655.c | 149 DOHcode ret2; variable
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/ |
D | canonical.pass.cpp | 79 const path ret2 = canonical(TC.p); in TEST_CASE() local
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/ |
D | stress.c | 160 int ret = 0, ret2 = 0; in threaded() local
|
/external/tensorflow/tensorflow/cc/profiler/ |
D | profiler_test.cc | 158 GraphNodeProto ret2 = profiler.ProfileGraph(opts2); in TEST_F() local
|
/external/ltp/testcases/kernel/io/direct_io/ |
D | diotest_routines.c | 115 int ret1, ret2 = 0; in filecmp() local
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
D | path.compare.pass.cpp | 98 int ret2 = normalize_ret(p1.compare(R)); in test_compare_basic() local
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
D | path.compare.pass.cpp | 96 int ret2 = normalize_ret(p1.compare(R)); in test_compare_basic() local
|
/external/llvm-project/clang/test/CodeGen/ |
D | ppc32-and-aix-struct-return.c | 64 Two ret2(void) { return (Two){123}; } in ret2() function
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_AUDIO.c | 128 int ret2, errno2; in test_VIDIOC_G_AUDIO_ignore_index() local
|