HomeSort by relevance Sort by last modified time
    Searched defs:_M_ptr (Results 1 - 25 of 64) sorted by null

1 2 3

  /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.6/i686-linux/include/c++/4.6.x-google/bits/
nested_exception.h 57 exception_ptr _M_ptr;
60 nested_exception() throw() : _M_ptr(current_exception()) { }
70 { rethrow_exception(_M_ptr); }
74 { return _M_ptr; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
nested_exception.h 57 exception_ptr _M_ptr;
60 nested_exception() throw() : _M_ptr(current_exception()) { }
70 { rethrow_exception(_M_ptr); }
74 { return _M_ptr; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
nested_exception.h 57 exception_ptr _M_ptr;
60 nested_exception() throw() : _M_ptr(current_exception()) { }
70 { rethrow_exception(_M_ptr); }
74 { return _M_ptr; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
nested_exception.h 57 exception_ptr _M_ptr;
60 nested_exception() noexcept : _M_ptr(current_exception()) { }
70 { rethrow_exception(_M_ptr); }
74 { return _M_ptr; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
nested_exception.h 57 exception_ptr _M_ptr;
60 nested_exception() throw() : _M_ptr(current_exception()) { }
70 { rethrow_exception(_M_ptr); }
74 { return _M_ptr; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
nested_exception.h 57 exception_ptr _M_ptr;
60 nested_exception() noexcept : _M_ptr(current_exception()) { }
70 { rethrow_exception(_M_ptr); }
74 { return _M_ptr; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
nested_exception.h 57 exception_ptr _M_ptr;
60 nested_exception() noexcept : _M_ptr(current_exception()) { }
70 { rethrow_exception(_M_ptr); }
74 { return _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/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/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...]
  /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/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...]
  /external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp 14 _Tp* _M_ptr;
17 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
  /external/stlport/stlport/stl/
_fstream.c 283 _CharT* _M_ptr;
284 _Filebuf_Tmp_Buf(ptrdiff_t __n) : _M_ptr(0) { _M_ptr = new _CharT[__n]; }
285 ~_Filebuf_Tmp_Buf() { delete[] _M_ptr; }
352 _CharT* __ibegin = __buf._M_ptr;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 283 _CharT* _M_ptr;
284 _Filebuf_Tmp_Buf(ptrdiff_t __n) : _M_ptr(0) { _M_ptr = new _CharT[__n]; }
285 ~_Filebuf_Tmp_Buf() { delete[] _M_ptr; }
352 _CharT* __ibegin = __buf._M_ptr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 420 _Result (*_M_ptr)(_Arg);
427 : _M_ptr(__x) { }
431 { return _M_ptr(__x); }
446 _Result (*_M_ptr)(_Arg1, _Arg2);
453 : _M_ptr(__x) { }
457 { return _M_ptr(__x, __y); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 420 _Result (*_M_ptr)(_Arg);
427 : _M_ptr(__x) { }
431 { return _M_ptr(__x); }
446 _Result (*_M_ptr)(_Arg1, _Arg2);
453 : _M_ptr(__x) { }
457 { return _M_ptr(__x, __y); }

Completed in 1724 milliseconds

1 2 3