HomeSort by relevance Sort by last modified time
    Searched defs:__ptr (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unique_ptr.h 63 operator()(_Tp* __ptr) const
67 delete __ptr;
95 operator()(_Tp* __ptr) const
99 delete [] __ptr;
182 auto& __ptr = std::get<0>(_M_t); local
183 if (__ptr != nullptr)
184 get_deleter()(__ptr);
185 __ptr = pointer();
375 auto& __ptr = std::get<0>(_M_t); local
376 if (__ptr != nullptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unique_ptr.h 63 operator()(_Tp* __ptr) const
67 delete __ptr;
95 operator()(_Tp* __ptr) const
99 delete [] __ptr;
182 auto& __ptr = std::get<0>(_M_t); local
183 if (__ptr != nullptr)
184 get_deleter()(__ptr);
185 __ptr = pointer();
375 auto& __ptr = std::get<0>(_M_t); local
376 if (__ptr != nullptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 1487 _CharT* __ptr = _My_rope::_S_fetch_ptr(__old, _M_pos); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
ropeimpl.h 1487 _CharT* __ptr = _My_rope::_S_fetch_ptr(__old, _M_pos); local
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 671 struct vki_cmsghdr * __ptr; local
673 __ptr = ASSUME_ALIGNED(struct vki_cmsghdr *,
675 if ((unsigned long)((char*)(__ptr+1) - (char *) __ctl) > __size)
678 return __ptr;
    [all...]

Completed in 74 milliseconds