Searched refs:__ptr_ (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dlinetable-eh.cpp23 element_type* __ptr_; member in class:shared_ptr
25 element_type* operator->() const noexcept {return __ptr_;}
/external/libcxx/src/
H A Dexception.cpp174 void* __ptr_; member in struct:std::__exception_ptr::exception_ptr
190 __cxa_decrement_exception_refcount(__ptr_); variable
205 : __ptr_(other.__ptr_) function in namespace:std
208 __cxa_increment_exception_refcount(__ptr_);
226 if (__ptr_ != other.__ptr_)
228 __cxa_increment_exception_refcount(other.__ptr_);
229 __cxa_decrement_exception_refcount(__ptr_); variable
230 __ptr_
[all...]

Completed in 605 milliseconds