Home
last modified time | relevance | path

Searched defs:__ptr_ (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dauto_ptr.h25 _Tp* __ptr_; member
36 _LIBCPP_HIDE_FROM_ABI explicit auto_ptr(_Tp* __p = 0) _NOEXCEPT : __ptr_(__p) {} in __ptr_() function
53 _LIBCPP_HIDE_FROM_ABI ~auto_ptr() _NOEXCEPT { delete __ptr_; } in ~auto_ptr() local
65 delete __ptr_; variable
H A Dallocation_guard.h102 _Pointer __ptr_; member
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dauto_ptr.h23 _Tp* __ptr_; member
34 _LIBCPP_HIDE_FROM_ABI explicit auto_ptr(_Tp* __p = 0) _NOEXCEPT : __ptr_(__p) {} in __ptr_() function
51 _LIBCPP_HIDE_FROM_ABI ~auto_ptr() _NOEXCEPT { delete __ptr_; } in ~auto_ptr() local
63 delete __ptr_; variable
H A Dallocation_guard.h101 _Pointer __ptr_; member
/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dnested_exception.h33 exception_ptr __ptr_; variable
H A Dexception_ptr.h61 void* __ptr_; variable
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__exception/
H A Dnested_exception.h32 exception_ptr __ptr_; variable
H A Dexception_ptr.h61 void* __ptr_; variable
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg.h229 const void* __ptr_; member
250 const void* __ptr_; member
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/omp/
H A Dutil.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dparallel_backend_serial.h