Searched defs:__ptr_ (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dauto_ptr.h26 _Tp* __ptr_; member in struct:auto_ptr_ref
33 _Tp* __ptr_; member in class:auto_ptr
37 _LIBCPP_INLINE_VISIBILITY explicit auto_ptr(_Tp* __p = 0) _NOEXCEPT : __ptr_(__p) {} function in class:auto_ptr
38 _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr& __p) _NOEXCEPT : __ptr_(__p.release()) {} function in class:auto_ptr
40 : __ptr_(__p.release()) {} function in class:auto_ptr
66 _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) _NOEXCEPT : __ptr_(__p.__ptr_) {} function in class:auto_ptr
[all...]
H A Dallocation_guard.h78 _Pointer __ptr_; member in struct:__allocation_guard
H A Dunique_ptr.h134 __compressed_pair<pointer, deleter_type> __ptr_; member in class:unique_ptr
192 : __ptr_(__p, __value_init_tag()) {} function in class:unique_ptr
196 : __ptr_(__p, __d) {} function in class:unique_ptr
200 unique_ptr(pointer __p, _GoodRValRefType<_Dummy> __d) _NOEXCEPT : __ptr_(__p, _VSTD::move(__d)) { function in class:unique_ptr
211 : __ptr_(__u.release(), _VSTD::forward<deleter_type>(__u.get_deleter())) {} function in class:unique_ptr
218 : __ptr_(__u.release(), _VSTD::forward<_Ep>(__u.get_deleter())) {} function in class:unique_ptr
227 : __ptr_(__p.release(), __value_init_tag()) {} function in class:unique_ptr
314 __compressed_pair<pointer, deleter_type> __ptr_; member in class:unique_ptr
393 : __ptr_(__p, __value_init_tag()) {} function in class:unique_ptr
400 : __ptr_(__p, __d) {} function in class:unique_ptr
404 : __ptr_(nullptr, __d) {} function in class:unique_ptr
411 : __ptr_(__p, _VSTD::move(__d)) { function in class:unique_ptr
418 : __ptr_(nullptr, _VSTD::move(__d)) { function in class:unique_ptr
430 : __ptr_(__u.release(), _VSTD::forward<deleter_type>(__u.get_deleter())) {} function in class:unique_ptr
443 : __ptr_(__u.release(), _VSTD::forward<_Ep>(__u.get_deleter())) {} function in class:unique_ptr
[all...]
H A Dshared_ptr.h470 element_type* __ptr_; member in class:shared_ptr
1557 element_type* __ptr_; member in class:weak_ptr
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dbuffer.h178 _CharT* __ptr_; member in class:__format::__output_buffer
[all...]
H A Dformat_arg.h174 const void* __ptr_; member in struct:__basic_format_arg_value::__handle
195 const void* __ptr_; member in union:__basic_format_arg_value::__anon192
220 _LIBCPP_HIDE_FROM_ABI __basic_format_arg_value(const void* __value) noexcept : __ptr_(__value) {} function in class:__basic_format_arg_value

Completed in 176 milliseconds