/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...] |
_vector.c | 74 __tmp = this->_M_end_of_storage.allocate(__n, __n); 88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len); 102 this->_M_end_of_storage.deallocate(__new_start,__len))) 111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len); 172 if (size_type(this->_M_end_of_storage._M_data - this->_M_finish) >= __n) { 193 this->_M_end_of_storage._M_data = this->_M_start + __len;
|
_string.c | 613 this->_M_buffers._M_end_of_storage = this->_M_start_of_storage._M_data + __n; 618 this->_M_end_of_storage = this->_M_start_of_storage._M_data + __n;
|
/prebuilts/ndk/current/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...] |
_vector.c | 74 __tmp = this->_M_end_of_storage.allocate(__n, __n); 88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len); 102 this->_M_end_of_storage.deallocate(__new_start,__len))) 111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len); 172 if (size_type(this->_M_end_of_storage._M_data - this->_M_finish) >= __n) { 193 this->_M_end_of_storage._M_data = this->_M_start + __len;
|
_string.c | 613 this->_M_buffers._M_end_of_storage = this->_M_start_of_storage._M_data + __n; 618 this->_M_end_of_storage = this->_M_start_of_storage._M_data + __n;
|
/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);
|
debug-info-use-after-free.cpp | 104 typename _Tp_alloc_type::pointer _M_end_of_storage; 107 foo((int *) this->_M_impl._M_end_of_storage);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_bvector.h | 421 _Bit_type* _M_end_of_storage; 424 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0) 428 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0) 434 _M_end_of_storage(0) 466 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage; 469 __x._M_impl._M_end_of_storage = 0; 489 && this->_M_impl._M_end_of_storage == 0) 491 && this->_M_impl._M_finish._M_p <= this->_M_impl._M_end_of_storage 492 && (this->_M_impl._M_start._M_p < this->_M_impl._M_end_of_storage [all...] |
stl_vector.h | 98 pointer _M_end_of_storage; 101 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0) 105 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0) 111 _M_start(0), _M_finish(0), _M_end_of_storage(0) 119 std::swap(_M_end_of_storage, __x._M_end_of_storage); 174 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage 206 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n; 267 if (this->_M_impl._M_end_of_storage == 0 273 && this->_M_impl._M_finish <= this->_M_impl._M_end_of_storage) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_bvector.h | 413 _Bit_type* _M_end_of_storage; 416 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0) 420 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0) 426 _M_end_of_storage(0) 458 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage; 461 __x._M_impl._M_end_of_storage = 0; 480 _M_impl._M_end_of_storage - _M_impl._M_start._M_p); 568 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage, 578 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage, [all...] |
stl_vector.h | 84 pointer _M_end_of_storage; 87 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0) 91 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0) 97 _M_start(0), _M_finish(0), _M_end_of_storage(0) 105 std::swap(_M_end_of_storage, __x._M_end_of_storage); 160 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage 183 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n; 726 { return size_type(this->_M_impl._M_end_of_storage 903 if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_bvector.h | 413 _Bit_type* _M_end_of_storage; 416 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0) 420 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0) 426 _M_end_of_storage(0) 458 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage; 461 __x._M_impl._M_end_of_storage = 0; 480 _M_impl._M_end_of_storage - _M_impl._M_start._M_p); 568 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage, 578 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage, [all...] |
stl_vector.h | 84 pointer _M_end_of_storage; 87 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0) 91 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0) 97 _M_start(0), _M_finish(0), _M_end_of_storage(0) 105 std::swap(_M_end_of_storage, __x._M_end_of_storage); 160 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage 183 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n; 726 { return size_type(this->_M_impl._M_end_of_storage 903 if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_bvector.h | 413 _Bit_type* _M_end_of_storage; 416 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0) 420 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0) 426 _M_end_of_storage(0) 458 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage; 461 __x._M_impl._M_end_of_storage = 0; 480 _M_impl._M_end_of_storage - _M_impl._M_start._M_p); 568 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage, 578 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage, [all...] |
stl_vector.h | 84 pointer _M_end_of_storage; 87 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0) 91 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0) 97 _M_start(0), _M_finish(0), _M_end_of_storage(0) 105 std::swap(_M_end_of_storage, __x._M_end_of_storage); 160 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage 183 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n; 726 { return size_type(this->_M_impl._M_end_of_storage 903 if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
bitmap_allocator.h | 86 pointer _M_end_of_storage; 90 { return _M_end_of_storage - _M_finish; } 106 : _M_start(0), _M_finish(0), _M_end_of_storage(0) { } 197 this->_M_end_of_storage = this->_M_start + __new_size;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
bitmap_allocator.h | 86 pointer _M_end_of_storage; 90 { return _M_end_of_storage - _M_finish; } 106 : _M_start(0), _M_finish(0), _M_end_of_storage(0) { } 197 this->_M_end_of_storage = this->_M_start + __new_size;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
bitmap_allocator.h | 86 pointer _M_end_of_storage; 90 { return _M_end_of_storage - _M_finish; } 106 : _M_start(0), _M_finish(0), _M_end_of_storage(0) { } 197 this->_M_end_of_storage = this->_M_start + __new_size;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
bitmap_allocator.h | 86 pointer _M_end_of_storage; 90 { return _M_end_of_storage - _M_finish; } 106 : _M_start(0), _M_finish(0), _M_end_of_storage(0) { } 197 this->_M_end_of_storage = this->_M_start + __new_size;
|