Searched defs:__ptr_ (Results 1 – 7 of 7) sorted by relevance
37 _LIBCPP_HIDE_FROM_ABI auto_ptr(auto_ptr& __p) _NOEXCEPT : __ptr_(__p.release()) {} in __ptr_() function 26 _Tp* __ptr_; global() member 47 _LIBCPP_INLINE_VISIBILITY ~auto_ptr() _NOEXCEPT {delete __ptr_;} ~auto_ptr() local 62 delete __ptr_; global() variable [all...]
109 _Pointer __ptr_; global() member [all...]
32 exception_ptr __ptr_; variable
61 void* __ptr_; variable
227 const void* __ptr_; member248 const void* __ptr_; member