/external/clang/test/PCH/ |
cxx-variadic-templates.cpp | 12 // CHECK: allocate_shared 13 shared_ptr<int> spi = shared_ptr<int>::allocate_shared(1, 2);
|
cxx-variadic-templates.h | 8 allocate_shared(const _Alloc& __a, _Args&& ...__args); 14 shared_ptr<_Tp>::allocate_shared(const _Alloc& __a, _Args&& ...__args) function in class:shared_ptr
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
allocate_shared.pass.cpp | 15 // shared_ptr<T> allocate_shared(const A& a, Args&&... args); 49 std::shared_ptr<A> p = std::allocate_shared<A>(test_allocator<A>(54), i, c);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
shared_ptr.h | 313 // This constructor is non-standard, it is used by allocate_shared. 322 allocate_shared(const _Alloc& __a, _Args&&... __args); 532 allocate_shared(const _Alloc& __a, _Args&&... __args) function 550 return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(),
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
shared_ptr.h | 313 // This constructor is non-standard, it is used by allocate_shared. 322 allocate_shared(const _Alloc& __a, _Args&&... __args); 532 allocate_shared(const _Alloc& __a, _Args&&... __args) function 550 return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(),
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr.h | 313 // This constructor is non-standard, it is used by allocate_shared. 322 allocate_shared(const _Alloc& __a, _Args&&... __args); 532 allocate_shared(const _Alloc& __a, _Args&&... __args) function 550 return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(),
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
shared_ptr.h | 313 // This constructor is non-standard, it is used by allocate_shared. 322 allocate_shared(const _Alloc& __a, _Args&&... __args); 596 allocate_shared(const _Alloc& __a, _Args&&... __args) function 614 return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(),
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr.h | 313 // This constructor is non-standard, it is used by allocate_shared. 322 allocate_shared(const _Alloc& __a, _Args&&... __args); 532 allocate_shared(const _Alloc& __a, _Args&&... __args) function 550 return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(),
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
shared_ptr.h | 313 // This constructor is non-standard, it is used by allocate_shared. 322 allocate_shared(const _Alloc& __a, _Args&&... __args); 596 allocate_shared(const _Alloc& __a, _Args&&... __args) function 614 return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(),
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
shared_ptr.h | 312 // This constructor is non-standard, it is used by allocate_shared. 321 allocate_shared(const _Alloc& __a, _Args&&... __args); 595 allocate_shared(const _Alloc& __a, _Args&&... __args) function 613 return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(),
|