Searched defs:__ptr_ (Results 1 – 4 of 4) sorted by relevance
27 _Tp* __ptr_; member38 _LIBCPP_INLINE_VISIBILITY explicit auto_ptr(_Tp* __p = 0) _NOEXCEPT : __ptr_(__p) {} in __ptr_() function48 _LIBCPP_INLINE_VISIBILITY ~auto_ptr() _NOEXCEPT {delete __ptr_;} in ~auto_ptr() local63 delete __ptr_; variable
81 _Pointer __ptr_; member
28 _Tp* __ptr_; variable