Searched refs:__allocated_ptr (Results 1 – 8 of 8) sorted by relevance
47 struct __allocated_ptr in _GLIBCXX_VISIBILITY() struct53 __allocated_ptr(_Alloc& __a, pointer __ptr) noexcept in _GLIBCXX_VISIBILITY() function60 __allocated_ptr(_Alloc& __a, _Ptr __ptr) in _GLIBCXX_VISIBILITY() function66 __allocated_ptr(__allocated_ptr&& __gd) noexcept in _GLIBCXX_VISIBILITY() function71 ~__allocated_ptr() in _GLIBCXX_VISIBILITY() argument78 __allocated_ptr& in _GLIBCXX_VISIBILITY()95 __allocated_ptr<_Alloc> in _GLIBCXX_VISIBILITY()
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()
712 __allocated_ptr<_Node_alloc_type> __guard{__alloc, __p}; in _GLIBCXX_VISIBILITY()
294 __allocated_ptr<__allocator_type> __guard_ptr{ __a, this };
1427 * include/bits/allocated_ptr.h (__allocated_ptr::get): Use1429 (__allocated_ptr::_S_raw_ptr): Remove.
5609 * include/bits/allocated_ptr.h (__allocated_ptr::operator=): Add5679 * include/bits/allocated_ptr.h (__allocated_ptr, __allocate_guarded):5682 __allocator_type typedef and use new __allocated_ptr type.
2901 * include/bits/allocated_ptr.h (__allocated_ptr): Use __addressof.
8443 * include/bits/allocated_ptr.h (__allocated_ptr::_S_raw_ptr): Make