Searched refs:__pointer (Results 1 – 6 of 6) sorted by relevance
62 using __pointer = add_pointer_t<_Tp>; // exposition-only76 constexpr explicit observer_ptr(__pointer __p) noexcept83 is_convertible<typename add_pointer<_Up>::type, __pointer92 constexpr __pointer104 constexpr __pointer116 constexpr explicit operator __pointer() const noexcept122 constexpr __pointer125 __pointer __tmp = get();131 reset(__pointer __p = nullptr) noexcept143 __pointer __t;
208 using __pointer in _GLIBCXX_VISIBILITY() local212 __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()
97 _Destroy(_Tp* __pointer) in _GLIBCXX_VISIBILITY()98 { __pointer->~_Tp(); } in _GLIBCXX_VISIBILITY()
57 using __pointer = typename _Tp::pointer; in _GLIBCXX_VISIBILITY()95 using pointer = __detected_or_t<value_type*, __pointer, _Alloc>; in _GLIBCXX_VISIBILITY()
94 _Destroy(_Tp* __pointer) in _GLIBCXX_VISIBILITY()95 { __pointer->~_Tp(); } in _GLIBCXX_VISIBILITY()
109 typedef __pointer pointer; in _GLIBCXX_VISIBILITY()