Home
last modified time | relevance | path

Searched refs:allocator_arg (Results 1 – 25 of 33) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
Dalloc.pass.cpp28 std::tuple<> t(std::allocator_arg, A1<int>()); in main()
31 std::tuple<int> t(std::allocator_arg, A1<int>()); in main()
35 std::tuple<DefaultOnly> t(std::allocator_arg, A1<int>()); in main()
40 std::tuple<alloc_first> t(std::allocator_arg, A1<int>(5)); in main()
46 std::tuple<alloc_last> t(std::allocator_arg, A1<int>(5)); in main()
52 std::tuple<DefaultOnly, alloc_first> t(std::allocator_arg, A1<int>(5)); in main()
60 std::tuple<DefaultOnly, alloc_first, alloc_last> t(std::allocator_arg, in main()
71 std::tuple<DefaultOnly, alloc_first, alloc_last> t(std::allocator_arg, in main()
Dalloc_UTypes.pass.cpp28 std::tuple<MoveOnly> t(std::allocator_arg, A1<int>(), MoveOnly(0)); in main()
32 std::tuple<MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(), in main()
38 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(), in main()
48 std::tuple<int, alloc_first, alloc_last> t(std::allocator_arg, in main()
58 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(), in main()
65 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(), in main()
Dalloc_copy.pass.cpp29 T t(std::allocator_arg, A1<int>(), t0); in main()
34 T t(std::allocator_arg, A1<int>(), t0); in main()
41 T t(std::allocator_arg, A1<int>(5), t0); in main()
49 T t(std::allocator_arg, A1<int>(5), t0); in main()
58 T t(std::allocator_arg, A1<int>(5), t0); in main()
69 T t(std::allocator_arg, A1<int>(5), t0); in main()
Dalloc_const_Types.pass.cpp27 std::tuple<int> t(std::allocator_arg, A1<int>(), 3); in main()
32 std::tuple<alloc_first> t(std::allocator_arg, A1<int>(5), alloc_first(3)); in main()
38 std::tuple<alloc_last> t(std::allocator_arg, A1<int>(5), alloc_last(3)); in main()
44 std::tuple<int, alloc_first> t(std::allocator_arg, A1<int>(5), in main()
53 std::tuple<int, alloc_first, alloc_last> t(std::allocator_arg, in main()
65 std::tuple<int, alloc_first, alloc_last> t(std::allocator_arg, in main()
Dalloc_move.pass.cpp30 T t(std::allocator_arg, A1<int>(), std::move(t0)); in main()
35 T t(std::allocator_arg, A1<int>(), std::move(t0)); in main()
42 T t(std::allocator_arg, A1<int>(5), std::move(t0)); in main()
50 T t(std::allocator_arg, A1<int>(5), std::move(t0)); in main()
58 T t(std::allocator_arg, A1<int>(5), std::move(t0)); in main()
68 T t(std::allocator_arg, A1<int>(5), std::move(t0)); in main()
Dalloc_convert_copy.pass.cpp30 T1 t1(std::allocator_arg, A1<int>(), t0); in main()
38 T1 t1(std::allocator_arg, A1<int>(5), t0); in main()
48 T1 t1(std::allocator_arg, A1<int>(5), t0); in main()
60 T1 t1(std::allocator_arg, A1<int>(5), t0); in main()
Dalloc_const_pair.pass.cpp31 T1 t1(std::allocator_arg, A1<int>(5), t0); in main()
40 T1 t1(std::allocator_arg, A1<int>(5), t0); in main()
51 T1 t1(std::allocator_arg, A1<int>(5), t0); in main()
Dalloc_convert_move.pass.cpp48 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0)); in main()
56 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0)); in main()
64 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0)); in main()
75 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0)); in main()
Dalloc_move_pair.pass.cpp48 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0)); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
Dmove_assign.pass.cpp26 std::promise<int> p0(std::allocator_arg, test_allocator<int>()); in main()
27 std::promise<int> p(std::allocator_arg, test_allocator<int>()); in main()
47 std::promise<int&> p0(std::allocator_arg, test_allocator<int>()); in main()
48 std::promise<int&> p(std::allocator_arg, test_allocator<int>()); in main()
68 std::promise<void> p0(std::allocator_arg, test_allocator<void>()); in main()
69 std::promise<void> p(std::allocator_arg, test_allocator<void>()); in main()
Dcopy_assign.fail.cpp25 std::promise<int> p0(std::allocator_arg, test_allocator<int>()); in main()
26 std::promise<int> p(std::allocator_arg, test_allocator<int>()); in main()
46 std::promise<int&> p0(std::allocator_arg, test_allocator<int>()); in main()
47 std::promise<int&> p(std::allocator_arg, test_allocator<int>()); in main()
67 std::promise<void> p0(std::allocator_arg, test_allocator<void>()); in main()
68 std::promise<void> p(std::allocator_arg, test_allocator<void>()); in main()
Dswap.pass.cpp27 std::promise<int> p0(std::allocator_arg, test_allocator<int>()); in main()
28 std::promise<int> p(std::allocator_arg, test_allocator<int>()); in main()
41 std::promise<int> p0(std::allocator_arg, test_allocator<int>()); in main()
42 std::promise<int> p(std::allocator_arg, test_allocator<int>()); in main()
55 std::promise<int> p0(std::allocator_arg, test_allocator<int>()); in main()
69 std::promise<int> p0(std::allocator_arg, test_allocator<int>()); in main()
Dalloc_ctor.pass.cpp26 std::promise<int> p(std::allocator_arg, test_allocator<int>()); in main()
34 std::promise<int&> p(std::allocator_arg, test_allocator<int>()); in main()
42 std::promise<void> p(std::allocator_arg, test_allocator<void>()); in main()
Dcopy_ctor.fail.cpp25 std::promise<int> p0(std::allocator_arg, test_allocator<int>()); in main()
44 std::promise<int&> p0(std::allocator_arg, test_allocator<int>()); in main()
63 std::promise<void> p0(std::allocator_arg, test_allocator<void>()); in main()
Dmove_ctor.pass.cpp26 std::promise<int> p0(std::allocator_arg, test_allocator<int>()); in main()
45 std::promise<int&> p0(std::allocator_arg, test_allocator<int>()); in main()
64 std::promise<void> p0(std::allocator_arg, test_allocator<void>()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_F.pass.cpp60 std::function<int(int)> f(std::allocator_arg, test_allocator<A>(), A()); in main()
67 std::function<int(int)> f(std::allocator_arg, test_allocator<int(*)(int)>(), g); in main()
72 std::function<int(int)> f(std::allocator_arg, test_allocator<int(*)(int)>(), in main()
79 std::function<int(const A*, int)> f(std::allocator_arg, in main()
Dalloc_function.pass.cpp75 std::function<int(int)> f2(std::allocator_arg, test_allocator<A>(), f); in main()
88 std::function<int(int)> f2(std::allocator_arg, test_allocator<int(*)(int)>(), f); in main()
97 std::function<int(int)> f2(std::allocator_arg, al, g); in main()
108 std::function<int(int)> f2(std::allocator_arg, test_allocator<int>(), f); in main()
Dalloc.pass.cpp23 std::function<int(int)> f(std::allocator_arg, test_allocator<int>()); in main()
Dalloc_nullptr.pass.cpp23 std::function<int(int)> f(std::allocator_arg, test_allocator<int>(), nullptr); in main()
Dalloc_rfunction.pass.cpp72 std::function<int(int)> f2(std::allocator_arg, test_allocator<A>(), std::move(f)); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
Dctor_func_alloc.pass.cpp45 std::packaged_task<double(int, char)> p(std::allocator_arg, in main()
60 std::packaged_task<double(int, char)> p(std::allocator_arg, in main()
75 std::packaged_task<int(int)> p(std::allocator_arg, test_allocator<A>(), &func); in main()
87 std::packaged_task<int(int)> p(std::allocator_arg, test_allocator<A>(), func); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
Ddtor.pass.cpp28 std::promise<T> p(std::allocator_arg, test_allocator<T>()); in main()
42 std::promise<T> p(std::allocator_arg, test_allocator<int>()); in main()
56 std::promise<T> p(std::allocator_arg, test_allocator<T>()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
Ddtor.pass.cpp28 std::promise<T> p(std::allocator_arg, test_allocator<T>()); in main()
42 std::promise<T> p(std::allocator_arg, test_allocator<int>()); in main()
56 std::promise<T> p(std::allocator_arg, test_allocator<T>()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.tag/
Dallocator_arg.pass.cpp21 test(std::allocator_arg); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dmemory.cpp36 const allocator_arg_t allocator_arg = allocator_arg_t(); variable

12