/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
|
/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>(),
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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>(),
|
/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>(),
|
/prebuilts/ndk/current/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>(),
|