/external/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared.pass.cpp | 102 std::shared_ptr<Zero> p = std::allocate_shared<Zero>(Alloc()); in test() 108 std::shared_ptr<One> p = std::allocate_shared<One>(Alloc(), i); in test() 115 std::shared_ptr<Two> p = std::allocate_shared<Two>(Alloc(), i, bad); in test() 122 std::shared_ptr<Three> p = std::allocate_shared<Three>(Alloc(), i, bad, bad); in test() 137 std::shared_ptr<A> p = std::allocate_shared<A>(test_allocator<A>(54), i, c); in main() 148 std::shared_ptr<A> p = std::allocate_shared<A>(min_allocator<void>(), i, c); in main() 157 std::shared_ptr<A> p = std::allocate_shared<A>(bare_allocator<void>(), i, c); in main()
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared_cxx03.pass.cpp | 74 std::shared_ptr<Zero> p = std::allocate_shared<Zero>(Alloc()); in test() 80 std::shared_ptr<One> p = std::allocate_shared<One>(Alloc(), i); in test() 87 std::shared_ptr<Two> p = std::allocate_shared<Two>(Alloc(), i, bad); in test() 94 std::shared_ptr<Three> p = std::allocate_shared<Three>(Alloc(), i, bad, bad); in test() 106 std::shared_ptr<Two> p = std::allocate_shared<Two>(test_allocator<Two>(54), i, bad); in main()
|
D | allocate_shared.pass.cpp | 60 std::shared_ptr<A> p = std::allocate_shared<A>(test_allocator<A>(54), i, c); in main() 71 std::shared_ptr<A> p = std::allocate_shared<A>(min_allocator<void>(), i, c); in main() 80 std::shared_ptr<A> p = std::allocate_shared<A>(bare_allocator<void>(), i, c); in main()
|
/external/clang/test/PCH/ |
D | cxx-variadic-templates.h | 8 allocate_shared(const _Alloc& __a, _Args&& ...__args); 14 shared_ptr<_Tp>::allocate_shared(const _Alloc& __a, _Args&& ...__args) in allocate_shared() function
|
D | cxx-variadic-templates.cpp | 13 shared_ptr<int> spi = shared_ptr<int>::allocate_shared(1, 2);
|
/external/llvm-project/clang/test/PCH/ |
D | cxx-variadic-templates.h | 8 allocate_shared(const _Alloc& __a, _Args&& ...__args); 14 shared_ptr<_Tp>::allocate_shared(const _Alloc& __a, _Args&& ...__args) in allocate_shared() function
|
D | cxx-variadic-templates.cpp | 17 shared_ptr<int> spi = shared_ptr<int>::allocate_shared(1, 2);
|
/external/perfetto/src/profiling/memory/ |
D | client_api_unittest.cc | 67 return std::allocate_shared<Client>(unhooked_allocator, std::move(cli_sock), in ConstructClient()
|
D | client_api_benchmark.cc | 66 return std::allocate_shared<Client>(unhooked_allocator, std::move(cli_sock), in ConstructClient()
|
D | client.cc | 248 return std::allocate_shared<Client>(unhooked_allocator, std::move(sock), in CreateAndHandshake()
|
/external/libcxx/include/ |
D | memory | 507 shared_ptr<T> allocate_shared(const A& a, Args&&... args); 3973 allocate_shared(const _Alloc& __a, _Args&& ...__args); 3990 allocate_shared(const _Alloc& __a); 3994 allocate_shared(const _Alloc& __a, _A0& __a0); 3998 allocate_shared(const _Alloc& __a, _A0& __a0, _A1& __a1); 4002 allocate_shared(const _Alloc& __a, _A0& __a0, _A1& __a1, _A2& __a2); 4342 shared_ptr<_Tp>::allocate_shared(const _Alloc& __a, _Args&& ...__args) 4344 …atic_assert( is_constructible<_Tp, _Args...>::value, "Can't construct object in allocate_shared" ); 4439 shared_ptr<_Tp>::allocate_shared(const _Alloc& __a) 4441 static_assert((is_constructible<_Tp>::value), "Can't construct object in allocate_shared" ); [all …]
|
/external/eigen/doc/ |
D | UnalignedArrayAssert.dox | 63 …is for instance typically the case of \c std::make_shared or \c std::allocate_shared for which is …
|
/external/llvm-project/libcxx/docs/ |
D | Cxx2aStatusIssuesStatus.csv | 2 "`2070 <https://wg21.link/LWG2070>`__","``allocate_shared``\ should use ``allocator_traits<A>::con… 56 …wg21.link/LWG3005>`__","Destruction order of arrays by ``make_shared/allocate_shared``\ only reco… 57 "`3007 <https://wg21.link/LWG3007>`__","``allocate_shared``\ should rebind allocator to *cv*-unqua…
|
/external/llvm-project/libcxx/include/ |
D | memory | 519 shared_ptr<T> allocate_shared(const A& a, Args&&... args); 4078 allocate_shared(const _Alloc& __a, _Args&& ...__args) 4080 …tatic_assert( is_constructible<_Tp, _Args...>::value, "Can't construct object in allocate_shared");
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | StdSymbolMap.inc | 75 SYMBOL(allocate_shared, std::, <memory>)
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test12-pr18844.so.abi | 17089 …<function-decl name='allocate_shared<mongo::repl::ReplicationExecutor::Event, std::allocator<…
|