HomeSort by relevance Sort by last modified time
    Searched full:allocate_shared (Results 1 - 25 of 39) sorted by null

1 2

  /external/clang/test/PCH/
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
cxx-variadic-templates.cpp 12 // CHECK: allocate_shared
13 shared_ptr<int> spi = shared_ptr<int>::allocate_shared(1, 2);
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Android.mk 23 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared
24 test_src := allocate_shared.pass.cpp
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);
  /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);
  /external/libcxx/include/
memory 469 shared_ptr<T> allocate_shared(const A& a, Args&&... args);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
memory 469 shared_ptr<T> allocate_shared(const A& a, Args&&... args);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
memory 469 shared_ptr<T> allocate_shared(const A& a, Args&&... args);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/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>(),
shared_ptr_base.h 374 // helpers for make_shared / allocate_shared
398 // 2070. allocate_shared should use allocator_traits<A>::construct
952 // This constructor is non-standard, it is used by allocate_shared.
990 // 2070. allocate_shared should use allocator_traits<A>::construct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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>(),
shared_ptr_base.h 374 // helpers for make_shared / allocate_shared
398 // 2070. allocate_shared should use allocator_traits<A>::construct
952 // This constructor is non-standard, it is used by allocate_shared.
990 // 2070. allocate_shared should use allocator_traits<A>::construct
    [all...]
  /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>(),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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);
585 allocate_shared(const _Alloc& __a, _Args&&... __args) function
603 return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(),
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 152 // helpers for make_shared / allocate_shared
853 // This constructor is non-standard, it is used by allocate_shared.
1566 allocate_shared(_Alloc __a, _Args&&... __args) function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 152 // helpers for make_shared / allocate_shared
853 // This constructor is non-standard, it is used by allocate_shared.
1566 allocate_shared(_Alloc __a, _Args&&... __args) function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 152 // helpers for make_shared / allocate_shared
853 // This constructor is non-standard, it is used by allocate_shared.
1566 allocate_shared(_Alloc __a, _Args&&... __args) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 152 // helpers for make_shared / allocate_shared
853 // This constructor is non-standard, it is used by allocate_shared.
1546 allocate_shared(_Alloc __a, _Args&&... __args) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
future 881 : _M_future(std::allocate_shared<_State>(__a)),
973 : _M_future(std::allocate_shared<_State>(__a)),
1048 : _M_future(std::allocate_shared<_State>(__a)),
1234 : _M_state(std::allocate_shared<_State_type>(__a, std::move(__fn)))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
future 942 : _M_future(std::allocate_shared<_State>(__a)),
1040 : _M_future(std::allocate_shared<_State>(__a)),
1121 : _M_future(std::allocate_shared<_State>(__a)),
    [all...]

Completed in 3951 milliseconds

1 2