Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__memory/
H A Dauto_ptr.h26 _Tp* __ptr_; member
37 _LIBCPP_INLINE_VISIBILITY explicit auto_ptr(_Tp* __p = 0) _NOEXCEPT : __ptr_(__p) {} in __ptr_() function
47 _LIBCPP_INLINE_VISIBILITY ~auto_ptr() _NOEXCEPT {delete __ptr_;} in ~auto_ptr() local
62 delete __ptr_; variable
H A Dallocation_guard.h78 _Pointer __ptr_; member
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dlinetable-eh.cpp23 element_type* __ptr_; member in shared_ptr
/llvm-project-15.0.7/libcxx/include/__format/
H A Dformat_arg.h166 const void* __ptr_; member
187 const void* __ptr_; member
/llvm-project-15.0.7/pstl/include/pstl/internal/omp/
H A Dutil.h58 _Tp* __ptr_; variable
/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dparallel_backend_serial.h32 _Tp* __ptr_; variable