HomeSort by relevance Sort by last modified time
    Searched refs:_M_end_of_storage (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
55 _Tp* _M_end_of_storage;
59 _Tp* _M_end_of_storage;
68 { return _M_using_static_buf() ? _M_buffers._M_static_buf + _DEFAULT_SIZE : _M_buffers._M_end_of_storage; }
70 { return _M_using_static_buf() ? _M_buffers._M_static_buf + _DEFAULT_SIZE : _M_buffers._M_end_of_storage; }
72 { return _M_using_static_buf() ? _DEFAULT_SIZE : _M_buffers._M_end_of_storage - _M_start_of_storage._M_data; }
74 { return _M_using_static_buf() ? _DEFAULT_SIZE - (_M_finish - _M_buffers._M_static_buf) : _M_buffers._M_end_of_storage - _M_finish; }
78 _Tp const* _M_End() const { return _M_end_of_storage; }
79 _Tp* _M_End() { return _M_end_of_storage; }
81 { return _M_end_of_storage - _M_start_of_storage._M_data;
    [all...]
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
73 _M_end_of_storage._M_data = _M_start + __n;
80 _M_end_of_storage(__move_source<_AllocProxy>(src.get()._M_end_of_storage)) {
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start);
97 _AllocProxy _M_end_of_storage;
    [all...]
_bvector.h 276 { return _STLP_CONVERT_ALLOCATOR(__STATIC_CAST(const __chunk_allocator_type&, _M_end_of_storage), bool); }
279 : _M_start(), _M_finish(), _M_end_of_storage(_STLP_CONVERT_ALLOCATOR(__a, __chunk_type),
285 _M_end_of_storage(src.get()._M_end_of_storage) {
301 { return _M_end_of_storage.allocate(_M_bits_to_chunks(__n)); }
305 _M_end_of_storage.deallocate(_M_start._M_p,
306 _M_end_of_storage._M_data - _M_start._M_p);
311 _STLP_alloc_proxy<__chunk_type*, __chunk_type, __chunk_allocator_type> _M_end_of_storage;
392 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__n);
397 if (this->_M_finish._M_p != this->_M_end_of_storage._M_data)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
55 _Tp* _M_end_of_storage;
59 _Tp* _M_end_of_storage;
68 { return _M_using_static_buf() ? _M_buffers._M_static_buf + _DEFAULT_SIZE : _M_buffers._M_end_of_storage; }
70 { return _M_using_static_buf() ? _M_buffers._M_static_buf + _DEFAULT_SIZE : _M_buffers._M_end_of_storage; }
72 { return _M_using_static_buf() ? _DEFAULT_SIZE : _M_buffers._M_end_of_storage - _M_start_of_storage._M_data; }
74 { return _M_using_static_buf() ? _DEFAULT_SIZE - (_M_finish - _M_buffers._M_static_buf) : _M_buffers._M_end_of_storage - _M_finish; }
78 _Tp const* _M_End() const { return _M_end_of_storage; }
79 _Tp* _M_End() { return _M_end_of_storage; }
81 { return _M_end_of_storage - _M_start_of_storage._M_data;
    [all...]
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
73 _M_end_of_storage._M_data = _M_start + __n;
80 _M_end_of_storage(__move_source<_AllocProxy>(src.get()._M_end_of_storage)) {
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start);
97 _AllocProxy _M_end_of_storage;
    [all...]
_bvector.h 276 { return _STLP_CONVERT_ALLOCATOR(__STATIC_CAST(const __chunk_allocator_type&, _M_end_of_storage), bool); }
279 : _M_start(), _M_finish(), _M_end_of_storage(_STLP_CONVERT_ALLOCATOR(__a, __chunk_type),
285 _M_end_of_storage(src.get()._M_end_of_storage) {
301 { return _M_end_of_storage.allocate(_M_bits_to_chunks(__n)); }
305 _M_end_of_storage.deallocate(_M_start._M_p,
306 _M_end_of_storage._M_data - _M_start._M_p);
311 _STLP_alloc_proxy<__chunk_type*, __chunk_type, __chunk_allocator_type> _M_end_of_storage;
392 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__n);
397 if (this->_M_finish._M_p != this->_M_end_of_storage._M_data)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
55 _Tp* _M_end_of_storage;
59 _Tp* _M_end_of_storage;
68 { return _M_using_static_buf() ? _M_buffers._M_static_buf + _DEFAULT_SIZE : _M_buffers._M_end_of_storage; }
70 { return _M_using_static_buf() ? _M_buffers._M_static_buf + _DEFAULT_SIZE : _M_buffers._M_end_of_storage; }
72 { return _M_using_static_buf() ? _DEFAULT_SIZE : _M_buffers._M_end_of_storage - _M_start_of_storage._M_data; }
74 { return _M_using_static_buf() ? _DEFAULT_SIZE - (_M_finish - _M_buffers._M_static_buf) : _M_buffers._M_end_of_storage - _M_finish; }
78 _Tp const* _M_End() const { return _M_end_of_storage; }
79 _Tp* _M_End() { return _M_end_of_storage; }
81 { return _M_end_of_storage - _M_start_of_storage._M_data;
    [all...]
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
73 _M_end_of_storage._M_data = _M_start + __n;
80 _M_end_of_storage(__move_source<_AllocProxy>(src.get()._M_end_of_storage)) {
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start);
97 _AllocProxy _M_end_of_storage;
    [all...]
_bvector.h 276 { return _STLP_CONVERT_ALLOCATOR(__STATIC_CAST(const __chunk_allocator_type&, _M_end_of_storage), bool); }
279 : _M_start(), _M_finish(), _M_end_of_storage(_STLP_CONVERT_ALLOCATOR(__a, __chunk_type),
285 _M_end_of_storage(src.get()._M_end_of_storage) {
301 { return _M_end_of_storage.allocate(_M_bits_to_chunks(__n)); }
305 _M_end_of_storage.deallocate(_M_start._M_p,
306 _M_end_of_storage._M_data - _M_start._M_p);
311 _STLP_alloc_proxy<__chunk_type*, __chunk_type, __chunk_allocator_type> _M_end_of_storage;
392 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__n);
397 if (this->_M_finish._M_p != this->_M_end_of_storage._M_data)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
55 _Tp* _M_end_of_storage;
59 _Tp* _M_end_of_storage;
68 { return _M_using_static_buf() ? _M_buffers._M_static_buf + _DEFAULT_SIZE : _M_buffers._M_end_of_storage; }
70 { return _M_using_static_buf() ? _M_buffers._M_static_buf + _DEFAULT_SIZE : _M_buffers._M_end_of_storage; }
72 { return _M_using_static_buf() ? _DEFAULT_SIZE : _M_buffers._M_end_of_storage - _M_start_of_storage._M_data; }
74 { return _M_using_static_buf() ? _DEFAULT_SIZE - (_M_finish - _M_buffers._M_static_buf) : _M_buffers._M_end_of_storage - _M_finish; }
78 _Tp const* _M_End() const { return _M_end_of_storage; }
79 _Tp* _M_End() { return _M_end_of_storage; }
81 { return _M_end_of_storage - _M_start_of_storage._M_data;
    [all...]
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
73 _M_end_of_storage._M_data = _M_start + __n;
80 _M_end_of_storage(__move_source<_AllocProxy>(src.get()._M_end_of_storage)) {
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start);
97 _AllocProxy _M_end_of_storage;
    [all...]
_bvector.h 276 { return _STLP_CONVERT_ALLOCATOR(__STATIC_CAST(const __chunk_allocator_type&, _M_end_of_storage), bool); }
279 : _M_start(), _M_finish(), _M_end_of_storage(_STLP_CONVERT_ALLOCATOR(__a, __chunk_type),
285 _M_end_of_storage(src.get()._M_end_of_storage) {
301 { return _M_end_of_storage.allocate(_M_bits_to_chunks(__n)); }
305 _M_end_of_storage.deallocate(_M_start._M_p,
306 _M_end_of_storage._M_data - _M_start._M_p);
311 _STLP_alloc_proxy<__chunk_type*, __chunk_type, __chunk_allocator_type> _M_end_of_storage;
392 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__n);
397 if (this->_M_finish._M_p != this->_M_end_of_storage._M_data)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
55 _Tp* _M_end_of_storage;
59 _Tp* _M_end_of_storage;
68 { return _M_using_static_buf() ? _M_buffers._M_static_buf + _DEFAULT_SIZE : _M_buffers._M_end_of_storage; }
70 { return _M_using_static_buf() ? _M_buffers._M_static_buf + _DEFAULT_SIZE : _M_buffers._M_end_of_storage; }
72 { return _M_using_static_buf() ? _DEFAULT_SIZE : _M_buffers._M_end_of_storage - _M_start_of_storage._M_data; }
74 { return _M_using_static_buf() ? _DEFAULT_SIZE - (_M_finish - _M_buffers._M_static_buf) : _M_buffers._M_end_of_storage - _M_finish; }
78 _Tp const* _M_End() const { return _M_end_of_storage; }
79 _Tp* _M_End() { return _M_end_of_storage; }
81 { return _M_end_of_storage - _M_start_of_storage._M_data;
    [all...]
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
73 _M_end_of_storage._M_data = _M_start + __n;
80 _M_end_of_storage(__move_source<_AllocProxy>(src.get()._M_end_of_storage)) {
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start);
97 _AllocProxy _M_end_of_storage;
    [all...]
_bvector.h 276 { return _STLP_CONVERT_ALLOCATOR(__STATIC_CAST(const __chunk_allocator_type&, _M_end_of_storage), bool); }
279 : _M_start(), _M_finish(), _M_end_of_storage(_STLP_CONVERT_ALLOCATOR(__a, __chunk_type),
285 _M_end_of_storage(src.get()._M_end_of_storage) {
301 { return _M_end_of_storage.allocate(_M_bits_to_chunks(__n)); }
305 _M_end_of_storage.deallocate(_M_start._M_p,
306 _M_end_of_storage._M_data - _M_start._M_p);
311 _STLP_alloc_proxy<__chunk_type*, __chunk_type, __chunk_allocator_type> _M_end_of_storage;
392 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__n);
397 if (this->_M_finish._M_p != this->_M_end_of_storage._M_data)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
55 _Tp* _M_end_of_storage;
59 _Tp* _M_end_of_storage;
68 { return _M_using_static_buf() ? _M_buffers._M_static_buf + _DEFAULT_SIZE : _M_buffers._M_end_of_storage; }
70 { return _M_using_static_buf() ? _M_buffers._M_static_buf + _DEFAULT_SIZE : _M_buffers._M_end_of_storage; }
72 { return _M_using_static_buf() ? _DEFAULT_SIZE : _M_buffers._M_end_of_storage - _M_start_of_storage._M_data; }
74 { return _M_using_static_buf() ? _DEFAULT_SIZE - (_M_finish - _M_buffers._M_static_buf) : _M_buffers._M_end_of_storage - _M_finish; }
78 _Tp const* _M_End() const { return _M_end_of_storage; }
79 _Tp* _M_End() { return _M_end_of_storage; }
81 { return _M_end_of_storage - _M_start_of_storage._M_data;
    [all...]
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
73 _M_end_of_storage._M_data = _M_start + __n;
80 _M_end_of_storage(__move_source<_AllocProxy>(src.get()._M_end_of_storage)) {
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start);
97 _AllocProxy _M_end_of_storage;
    [all...]
_bvector.h 276 { return _STLP_CONVERT_ALLOCATOR(__STATIC_CAST(const __chunk_allocator_type&, _M_end_of_storage), bool); }
279 : _M_start(), _M_finish(), _M_end_of_storage(_STLP_CONVERT_ALLOCATOR(__a, __chunk_type),
285 _M_end_of_storage(src.get()._M_end_of_storage) {
301 { return _M_end_of_storage.allocate(_M_bits_to_chunks(__n)); }
305 _M_end_of_storage.deallocate(_M_start._M_p,
306 _M_end_of_storage._M_data - _M_start._M_p);
311 _STLP_alloc_proxy<__chunk_type*, __chunk_type, __chunk_allocator_type> _M_end_of_storage;
392 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__n);
397 if (this->_M_finish._M_p != this->_M_end_of_storage._M_data)
    [all...]
  /external/clang/test/CodeGenCXX/
thunk-use-after-free.cpp 17 typename _Tp_alloc_type::pointer _M_end_of_storage;
20 foo((int *) this->_M_impl._M_end_of_storage);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_vector.h 80 typename _Tp_alloc_type::pointer _M_end_of_storage;
83 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
87 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
117 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
125 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
134 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage;
137 __x._M_impl._M_end_of_storage = 0;
142 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
213 return (this->_M_impl._M_end_of_storage ==
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_vector.h 80 typename _Tp_alloc_type::pointer _M_end_of_storage;
83 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
87 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
117 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
125 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
134 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage;
137 __x._M_impl._M_end_of_storage = 0;
142 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
213 return (this->_M_impl._M_end_of_storage ==
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 80 typename _Tp_alloc_type::pointer _M_end_of_storage;
83 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
87 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
117 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
125 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
134 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage;
137 __x._M_impl._M_end_of_storage = 0;
142 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
213 return (this->_M_impl._M_end_of_storage ==
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_vector.h 78 typename _Tp_alloc_type::pointer _M_end_of_storage;
81 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
85 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
115 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
124 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage;
127 __x._M_impl._M_end_of_storage = 0;
132 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
566 { return size_type(this->_M_impl._M_end_of_storage
751 if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 78 typename _Tp_alloc_type::pointer _M_end_of_storage;
81 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
85 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
115 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
124 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage;
127 __x._M_impl._M_end_of_storage = 0;
132 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
566 { return size_type(this->_M_impl._M_end_of_storage
751 if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 78 typename _Tp_alloc_type::pointer _M_end_of_storage;
81 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
85 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
115 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
124 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage;
127 __x._M_impl._M_end_of_storage = 0;
132 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
566 { return size_type(this->_M_impl._M_end_of_storage
751 if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage)
    [all...]

Completed in 1524 milliseconds

1 2 3