Home
last modified time | relevance | path

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 Dallocated_ptr.h46 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 Dshared_ptr_base.h480 __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 Dstl_list.h636 __allocated_ptr<_Node_alloc_type> __guard{__alloc, __p}; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dallocated_ptr.h47 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 Dshared_ptr_base.h533 __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 Dstl_list.h712 __allocated_ptr<_Node_alloc_type> __guard{__alloc, __p}; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dfuture280 __allocated_ptr<__allocator_type> __guard_ptr{ __a, this };
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dfuture294 __allocated_ptr<__allocator_type> __guard_ptr{ __a, this };
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20171427 * include/bits/allocated_ptr.h (__allocated_ptr::get): Use
1429 (__allocated_ptr::_S_raw_ptr): Remove.
H A DChangeLog-20145609 * 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 DChangeLog-20152901 * include/bits/allocated_ptr.h (__allocated_ptr): Use __addressof.
H A DChangeLog-20168443 * include/bits/allocated_ptr.h (__allocated_ptr::_S_raw_ptr): Make