HomeSort by relevance Sort by last modified time
    Searched full:_m_ptr (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/clang/test/Analysis/diagnostics/Inputs/include/
report-issues-within-main-file.h 4 _Tp* _M_ptr;
6 auto_ptr(_Tp* __p = 0) throw() : _M_ptr(__p) { }
7 ~auto_ptr() { delete _M_ptr; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
auto_ptr.h 48 _Tp1* _M_ptr;
51 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { }
88 _Tp* _M_ptr;
101 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
110 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
123 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
168 ~auto_ptr() { delete _M_ptr; }
181 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0);
182 return *_M_ptr;
194 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 48 _Tp1* _M_ptr;
51 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { }
88 _Tp* _M_ptr;
101 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
110 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
123 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
168 ~auto_ptr() { delete _M_ptr; }
181 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0);
182 return *_M_ptr;
194 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 48 _Tp1* _M_ptr;
51 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { }
88 _Tp* _M_ptr;
101 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
110 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
123 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
168 ~auto_ptr() { delete _M_ptr; }
181 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0);
182 return *_M_ptr;
194 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 48 _Tp1* _M_ptr;
51 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { }
88 _Tp* _M_ptr;
101 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
110 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
123 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
168 ~auto_ptr() { delete _M_ptr; }
181 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0);
182 return *_M_ptr;
194 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
auto_ptr.h 48 _Tp1* _M_ptr;
51 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { }
88 _Tp* _M_ptr;
101 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
110 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
123 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
168 ~auto_ptr() { delete _M_ptr; }
181 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0);
182 return *_M_ptr;
194 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0)
    [all...]
  /external/llvm/test/Transforms/DeadStoreElimination/
2011-09-06-EndOfFunction.ll 13 %_M_ptr.i.i = getelementptr inbounds %"class.std::auto_ptr"* %temp.lvalue, i64 0, i32 0
14 %tmp.i.i = load i32** %_M_ptr.i.i, align 8
16 store i32* null, i32** %_M_ptr.i.i, align 8
17 %_M_ptr.i.i4 = getelementptr inbounds %"class.std::auto_ptr"* %agg.result, i64 0, i32 0
18 store i32* %tmp.i.i, i32** %_M_ptr.i.i4, align 8
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 289 : _M_ptr(__p) { }
293 { delete _M_ptr; }
307 _Ptr _M_ptr; // copy constructor must not throw
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
347 : _M_ptr(__p), _M_del(__d, __a) { }
351 { _M_del._M_del(_M_ptr); }
372 _Ptr _M_ptr; // copy constructor must not throw
401 _Base_type::_M_ptr = static_cast<_Tp*>(__p);
411 _Base_type::_M_ptr = static_cast<_Tp*>(__p);
757 : _M_ptr(0), _M_refcount() // never throw
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 289 : _M_ptr(__p) { }
293 { delete _M_ptr; }
307 _Ptr _M_ptr; // copy constructor must not throw
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
347 : _M_ptr(__p), _M_del(__d, __a) { }
351 { _M_del._M_del(_M_ptr); }
372 _Ptr _M_ptr; // copy constructor must not throw
401 _Base_type::_M_ptr = static_cast<_Tp*>(__p);
411 _Base_type::_M_ptr = static_cast<_Tp*>(__p);
757 : _M_ptr(0), _M_refcount() // never throw
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 289 : _M_ptr(__p) { }
293 { delete _M_ptr; }
307 _Ptr _M_ptr; // copy constructor must not throw
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
347 : _M_ptr(__p), _M_del(__d, __a) { }
351 { _M_del._M_del(_M_ptr); }
372 _Ptr _M_ptr; // copy constructor must not throw
401 _Base_type::_M_ptr = static_cast<_Tp*>(__p);
411 _Base_type::_M_ptr = static_cast<_Tp*>(__p);
757 : _M_ptr(0), _M_refcount() // never throw
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 289 : _M_ptr(__p) { }
293 { delete _M_ptr; }
307 _Ptr _M_ptr; // copy constructor must not throw
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
347 : _M_ptr(__p), _M_del(__d, __a) { }
351 { _M_del._M_del(_M_ptr); }
372 _Ptr _M_ptr; // copy constructor must not throw
401 _Base_type::_M_ptr = static_cast<_Tp*>(__p);
411 _Base_type::_M_ptr = static_cast<_Tp*>(__p);
757 : _M_ptr(0), _M_refcount() // never throw
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
auto_ptr.h 50 _Tp1* _M_ptr;
53 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { }
90 _Tp* _M_ptr;
103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
170 ~auto_ptr() { delete _M_ptr; }
183 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0);
184 return *_M_ptr;
196 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
auto_ptr.h 50 _Tp1* _M_ptr;
53 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { }
90 _Tp* _M_ptr;
103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
170 ~auto_ptr() { delete _M_ptr; }
183 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0);
184 return *_M_ptr;
196 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
auto_ptr.h 50 _Tp1* _M_ptr;
53 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { }
90 _Tp* _M_ptr;
103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
170 ~auto_ptr() { delete _M_ptr; }
183 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0);
184 return *_M_ptr;
196 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
auto_ptr.h 50 _Tp1* _M_ptr;
53 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { }
90 _Tp* _M_ptr;
103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
170 ~auto_ptr() { delete _M_ptr; }
183 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0);
184 return *_M_ptr;
196 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
auto_ptr.h 50 _Tp1* _M_ptr;
53 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { }
90 _Tp* _M_ptr;
103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
170 ~auto_ptr() { delete _M_ptr; }
183 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0);
184 return *_M_ptr;
196 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
auto_ptr.h 50 _Tp1* _M_ptr;
53 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { }
90 _Tp* _M_ptr;
103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
170 ~auto_ptr() { delete _M_ptr; }
183 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0);
184 return *_M_ptr;
196 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
auto_ptr.h 50 _Tp1* _M_ptr;
53 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { }
90 _Tp* _M_ptr;
103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
170 ~auto_ptr() { delete _M_ptr; }
183 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0);
184 return *_M_ptr;
196 _GLIBCXX_DEBUG_ASSERT(_M_ptr != 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 71 : _M_ptr(__p), _M_del(__d) { }
75 { _M_del(_M_ptr); }
85 _Ptr _M_ptr; // copy constructor must not throw
366 : _M_ptr(0), _M_refcount() // never throws
377 : _M_ptr(__p), _M_refcount(__p)
399 : _M_ptr(__p), _M_refcount(__p, __d)
416 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
432 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount)
434 _M_ptr = __r._M_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 260 : _M_ptr(__p), _M_del(__d) { }
264 { _M_del(_M_ptr); }
280 _Ptr _M_ptr; // copy constructor must not throw
554 : _M_ptr(0), _M_refcount() // never throws
560 : _M_ptr(__p), _M_refcount(__p)
569 : _M_ptr(__p), _M_refcount(__p, __d)
580 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
589 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount)
591 _M_ptr = __r._M_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 260 : _M_ptr(__p), _M_del(__d) { }
264 { _M_del(_M_ptr); }
280 _Ptr _M_ptr; // copy constructor must not throw
554 : _M_ptr(0), _M_refcount() // never throws
560 : _M_ptr(__p), _M_refcount(__p)
569 : _M_ptr(__p), _M_refcount(__p, __d)
580 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
589 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount)
591 _M_ptr = __r._M_ptr
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 71 : _M_ptr(__p), _M_del(__d) { }
75 { _M_del(_M_ptr); }
85 _Ptr _M_ptr; // copy constructor must not throw
366 : _M_ptr(0), _M_refcount() // never throws
377 : _M_ptr(__p), _M_refcount(__p)
399 : _M_ptr(__p), _M_refcount(__p, __d)
416 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
432 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount)
434 _M_ptr = __r._M_ptr
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 71 : _M_ptr(__p), _M_del(__d) { }
75 { _M_del(_M_ptr); }
85 _Ptr _M_ptr; // copy constructor must not throw
366 : _M_ptr(0), _M_refcount() // never throws
377 : _M_ptr(__p), _M_refcount(__p)
399 : _M_ptr(__p), _M_refcount(__p, __d)
416 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
432 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount)
434 _M_ptr = __r._M_ptr
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 71 : _M_ptr(__p), _M_del(__d) { }
75 { _M_del(_M_ptr); }
85 _Ptr _M_ptr; // copy constructor must not throw
366 : _M_ptr(0), _M_refcount() // never throws
377 : _M_ptr(__p), _M_refcount(__p)
399 : _M_ptr(__p), _M_refcount(__p, __d)
416 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
432 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount)
434 _M_ptr = __r._M_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
shared_ptr.h 71 : _M_ptr(__p), _M_del(__d) { }
75 { _M_del(_M_ptr); }
85 _Ptr _M_ptr; // copy constructor must not throw
366 : _M_ptr(0), _M_refcount() // never throws
377 : _M_ptr(__p), _M_refcount(__p)
399 : _M_ptr(__p), _M_refcount(__p, __d)
416 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
432 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount)
434 _M_ptr = __r._M_ptr
    [all...]

Completed in 1643 milliseconds

1 2 3 4 5