Home
last modified time | relevance | path

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

1234

/external/cronet/stable/third_party/libc++/src/test/std/containers/
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 …]
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
/external/libcxx/test/std/containers/
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 …]
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
/external/cronet/tot/third_party/libc++/src/test/std/containers/
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 …]
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
/external/clang/test/CXX/over/over.built/
Dp23.cpp12 bool ret2 = getValue() && getValue(); in testVariant() local
24 bool ret2 = getExplicitValue() && getExplicitValue(); in testExplicitVariant() local
/external/clang/test/SemaCUDA/
Dfunction-overload.cu327 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/sdv/vsomeip/third_party/boost/algorithm/test/
Dsearch_test1.cpp48 ret_type ret2 = ba::boyer_moore_horspool_search (hBeg, hEnd, nBeg, nEnd); in check_one_iter() local
111 ret_type ret2 = ba::boyer_moore_horspool_search (hBeg, hEnd, nBeg, nEnd); in check_one_pointer() local
170 ret_type ret2 = bmh (hBeg, hEnd); in check_one_object() local
/external/ltp/testcases/kernel/syscalls/sbrk/
Dsbrk03.c40 void *ret1, *ret2; in sbrk_test() local
/external/clang/test/SemaCXX/
Dunknown-anytype-blocks.cpp8 …auto ret2 = bar(); // expected-error {{'bar' has unknown return type; cast the call to its declare… in test() local
/external/liburing/test/
Dpoll-race-mshot.c58 void *ret2; in test() local
152 void *ret2; in test_mshot() local
Dpoll-race.c44 void *ret2; in test() local
Dmsg-ring-flags.c125 void *ret2; in test() local
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/func.not_fn/
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
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/func.not_fn/
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
/external/trusty/arm-trusted-firmware/plat/st/stm32mp1/services/
Dstm32mp1_svc_setup.c44 uint32_t ret1 = 0U, ret2 = 0U; in stm32mp1_svc_smc_handler() local
/external/zstd/contrib/externalSequenceProducer/
Dmain.c68 int const ret2 = fclose(f); in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
D9-1.c61 int ret, ret2; in do_test() local
/external/tensorflow/tensorflow/compiler/jit/
Drearrange_function_argument_pass_test.cc107 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/
Dnot_fn.pass.cpp276 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/cronet/stable/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
Dcanonical.pass.cpp74 const path ret2 = canonical(TC.p); in test_canonical() local
/external/cronet/tot/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
Dcanonical.pass.cpp74 const path ret2 = canonical(TC.p); in test_canonical() local
/external/curl/tests/unit/
Dunit1655.c151 DOHcode ret2; variable
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
Dcanonical.pass.cpp79 const path ret2 = canonical(TC.p); in TEST_CASE() local

1234