Home
last modified time | relevance | path

Searched refs:__allocated_ptr (Results 1 – 8 of 8) sorted by relevance

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