HomeSort by relevance Sort by last modified time
    Searched refs:__ptr_ (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGenCXX/
linetable-eh.cpp 23 element_type* __ptr_; member in class:shared_ptr
25 element_type* operator->() const noexcept {return __ptr_;}
  /external/libcxx/src/
exception.cpp 168 void* __ptr_; member in struct:std::__exception_ptr::exception_ptr
184 __cxa_decrement_exception_refcount(__ptr_); variable
199 : __ptr_(other.__ptr_) function in namespace:std
202 __cxa_increment_exception_refcount(__ptr_);
220 if (__ptr_ != other.__ptr_)
222 __cxa_increment_exception_refcount(other.__ptr_);
223 __cxa_decrement_exception_refcount(__ptr_); variable
224 __ptr_ = other.__ptr_
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp 168 void* __ptr_; member in struct:std::__exception_ptr::exception_ptr
184 __cxa_decrement_exception_refcount(__ptr_); variable
199 : __ptr_(other.__ptr_) function in namespace:std
202 __cxa_increment_exception_refcount(__ptr_);
220 if (__ptr_ != other.__ptr_)
222 __cxa_increment_exception_refcount(other.__ptr_);
223 __cxa_decrement_exception_refcount(__ptr_); variable
224 __ptr_ = other.__ptr_
    [all...]

Completed in 1650 milliseconds