Searched refs:__allocated_ptr (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | allocated_ptr.h | 46 struct __allocated_ptr in _GLIBCXX_VISIBILITY() struct 52 __allocated_ptr(_Alloc& __a, pointer __ptr) noexcept in _GLIBCXX_VISIBILITY() function 59 __allocated_ptr(_Alloc& __a, _Ptr __ptr) in _GLIBCXX_VISIBILITY() function 65 __allocated_ptr(__allocated_ptr&& __gd) noexcept in _GLIBCXX_VISIBILITY() argument 70 ~__allocated_ptr() in _GLIBCXX_VISIBILITY() argument 77 __allocated_ptr& in _GLIBCXX_VISIBILITY() 94 __allocated_ptr<_Alloc> in _GLIBCXX_VISIBILITY()
|
H A D | shared_ptr_base.h | 480 __allocated_ptr<__allocator_type> __guard_ptr{ __a, this }; in _GLIBCXX_VISIBILITY() 568 __allocated_ptr<__allocator_type> __guard_ptr{ __a, this }; in _GLIBCXX_VISIBILITY()
|
H A D | stl_list.h | 636 __allocated_ptr<_Node_alloc_type> __guard{__alloc, __p}; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | allocated_ptr.h | 47 struct __allocated_ptr in _GLIBCXX_VISIBILITY() struct 53 __allocated_ptr(_Alloc& __a, pointer __ptr) noexcept in _GLIBCXX_VISIBILITY() function 60 __allocated_ptr(_Alloc& __a, _Ptr __ptr) in _GLIBCXX_VISIBILITY() argument 66 __allocated_ptr(__allocated_ptr&& __gd) noexcept in _GLIBCXX_VISIBILITY() argument 71 ~__allocated_ptr() in _GLIBCXX_VISIBILITY() argument 78 __allocated_ptr& in _GLIBCXX_VISIBILITY() 95 __allocated_ptr<_Alloc> in _GLIBCXX_VISIBILITY()
|
H A D | shared_ptr_base.h | 533 __allocated_ptr<__allocator_type> __guard_ptr{ __a, this }; in _GLIBCXX_VISIBILITY() 621 __allocated_ptr<__allocator_type> __guard_ptr{ __a, this }; in _GLIBCXX_VISIBILITY() 707 __allocated_ptr<__allocator_type> __guard_ptr{ __a, __p }; in _GLIBCXX_VISIBILITY()
|
H A D | stl_list.h | 712 __allocated_ptr<_Node_alloc_type> __guard{__alloc, __p}; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | future | 280 __allocated_ptr<__allocator_type> __guard_ptr{ __a, this };
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | future | 294 __allocated_ptr<__allocator_type> __guard_ptr{ __a, this };
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2017 | 1427 * include/bits/allocated_ptr.h (__allocated_ptr::get): Use 1429 (__allocated_ptr::_S_raw_ptr): Remove.
|
H A D | ChangeLog-2014 | 5609 * include/bits/allocated_ptr.h (__allocated_ptr::operator=): Add 5679 * include/bits/allocated_ptr.h (__allocated_ptr, __allocate_guarded): 5682 __allocator_type typedef and use new __allocated_ptr type.
|
H A D | ChangeLog-2015 | 2901 * include/bits/allocated_ptr.h (__allocated_ptr): Use __addressof.
|
H A D | ChangeLog-2016 | 8443 * include/bits/allocated_ptr.h (__allocated_ptr::_S_raw_ptr): Make
|