Searched defs:__ptr_ (Results 1 – 3 of 3) sorted by relevance
26 _Tp* __ptr_; member37 _LIBCPP_INLINE_VISIBILITY explicit auto_ptr(_Tp* __p = 0) _NOEXCEPT : __ptr_(__p) {} in __ptr_() function47 _LIBCPP_INLINE_VISIBILITY ~auto_ptr() _NOEXCEPT {delete __ptr_;} in ~auto_ptr() local62 delete __ptr_; variable
78 _Pointer __ptr_; member
174 const void* __ptr_; member195 const void* __ptr_; member