Home
last modified time | relevance | path

Searched refs:__pointer (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Dmemory62 using __pointer = add_pointer_t<_Tp>; // exposition-only
76 constexpr explicit observer_ptr(__pointer __p) noexcept
83 is_convertible<typename add_pointer<_Up>::type, __pointer
92 constexpr __pointer
104 constexpr __pointer
116 constexpr explicit operator __pointer() const noexcept
122 constexpr __pointer
125 __pointer __tmp = get();
131 reset(__pointer __p = nullptr) noexcept
143 __pointer __t;
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dnode_handle.h208 using __pointer in _GLIBCXX_VISIBILITY() local
212 __pointer<_Key> _M_pkey = nullptr; in _GLIBCXX_VISIBILITY()
213 __pointer<typename _Value::second_type> _M_pmapped = nullptr; in _GLIBCXX_VISIBILITY()
216 __pointer<_Tp> in _GLIBCXX_VISIBILITY()
218 { return pointer_traits<__pointer<_Tp>>::pointer_to(__obj); } in _GLIBCXX_VISIBILITY()
H A Dstl_construct.h97 _Destroy(_Tp* __pointer) in _GLIBCXX_VISIBILITY()
98 { __pointer->~_Tp(); } in _GLIBCXX_VISIBILITY()
H A Dalloc_traits.h57 using __pointer = typename _Tp::pointer; in _GLIBCXX_VISIBILITY()
95 using pointer = __detected_or_t<value_type*, __pointer, _Alloc>; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_construct.h94 _Destroy(_Tp* __pointer) in _GLIBCXX_VISIBILITY()
95 { __pointer->~_Tp(); } in _GLIBCXX_VISIBILITY()
H A Dalloc_traits.h109 typedef __pointer pointer; in _GLIBCXX_VISIBILITY()