/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
locale_classes.h | 280 _Impl* _M_impl;
|
stl_bvector.h | 436 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); } 440 { return *static_cast<const _Bit_alloc_type*>(&this->_M_impl); } 447 : _M_impl() { } 450 : _M_impl(__a) { } 454 : _M_impl(std::move(__x._M_get_Bit_allocator())) 456 this->_M_impl._M_start = __x._M_impl._M_start; 457 this->_M_impl._M_finish = __x._M_impl._M_finish; 458 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
locale_classes.h | 280 _Impl* _M_impl;
|
stl_bvector.h | 444 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); } 448 { return *static_cast<const _Bit_alloc_type*>(&this->_M_impl); } 455 : _M_impl() { } 458 : _M_impl(__a) { } 462 : _M_impl(std::move(__x._M_get_Bit_allocator())) 464 this->_M_impl._M_start = __x._M_impl._M_start; 465 this->_M_impl._M_finish = __x._M_impl._M_finish; 466 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage [all...] |
/external/clang/test/CodeGenCXX/ |
debug-info-use-after-free.cpp | 107 foo((int *) this->_M_impl._M_end_of_storage); 110 _Vector_impl _M_impl;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 127 iterator begin() { return ite_cast_traits::to_value_type_ite(_M_impl.begin()); } 128 iterator end() { return ite_cast_traits::to_value_type_ite(_M_impl.end()); } 129 const_iterator begin() const { return ite_cast_traits::to_value_type_cite(_M_impl.begin()); } 130 const_iterator end() const { return ite_cast_traits::to_value_type_cite(_M_impl.end()); } 140 { return cast_traits::to_value_type_ref(_M_impl[__n]); } 142 { return cast_traits::to_value_type_cref(_M_impl[__n]); } 145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); } 147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); } 149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } 150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
shared_ptr_base.h | 394 : _M_impl(__a), _M_storage() 396 _M_impl._M_ptr = static_cast<_Tp*>(static_cast<void*>(&_M_storage)); 399 allocator_traits<_Alloc>::construct(__a, _M_impl._M_ptr, 407 { allocator_traits<_Alloc>::destroy(_M_impl, _M_impl._M_ptr); } 415 typename _Alloc_traits::allocator_type __a(_M_impl); 434 _Impl _M_impl; [all...] |
stl_vector.h | 114 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); } 118 { return *static_cast<const _Tp_alloc_type*>(&this->_M_impl); } 125 : _M_impl() { } 128 : _M_impl(__a) { } 131 : _M_impl() 135 : _M_impl(__a) 140 : _M_impl(std::move(__a)) { } 143 : _M_impl(std::move(__x._M_get_Tp_allocator())) 144 { this->_M_impl._M_swap_data(__x._M_impl); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
shared_ptr_base.h | 394 : _M_impl(__a) 396 _M_impl._M_ptr = static_cast<_Tp*>(static_cast<void*>(&_M_storage)); 399 allocator_traits<_Alloc>::construct(__a, _M_impl._M_ptr, 407 { allocator_traits<_Alloc>::destroy(_M_impl, _M_impl._M_ptr); } 415 typename _Alloc_traits::allocator_type __a(_M_impl); 434 _Impl _M_impl; [all...] |
stl_vector.h | 114 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); } 118 { return *static_cast<const _Tp_alloc_type*>(&this->_M_impl); } 125 : _M_impl() { } 128 : _M_impl(__a) { } 131 : _M_impl() 135 : _M_impl(__a) 140 : _M_impl(std::move(__a)) { } 143 : _M_impl(std::move(__x._M_get_Tp_allocator())) 144 { this->_M_impl._M_swap_data(__x._M_impl); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
shared_ptr_base.h | 394 : _M_impl(__a) 396 _M_impl._M_ptr = static_cast<_Tp*>(static_cast<void*>(&_M_storage)); 399 allocator_traits<_Alloc>::construct(__a, _M_impl._M_ptr, 407 { allocator_traits<_Alloc>::destroy(_M_impl, _M_impl._M_ptr); } 415 typename _Alloc_traits::allocator_type __a(_M_impl); 434 _Impl _M_impl; [all...] |
stl_vector.h | 114 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); } 118 { return *static_cast<const _Tp_alloc_type*>(&this->_M_impl); } 125 : _M_impl() { } 128 : _M_impl(__a) { } 131 : _M_impl() 135 : _M_impl(__a) 140 : _M_impl(std::move(__a)) { } 143 : _M_impl(std::move(__x._M_get_Tp_allocator())) 144 { this->_M_impl._M_swap_data(__x._M_impl); } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | 94 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); } 98 { return *static_cast<const _Tp_alloc_type*>(&this->_M_impl); } 105 : _M_impl() { } 108 : _M_impl(__a) { } 111 : _M_impl(__a) 113 this->_M_impl._M_start = this->_M_allocate(__n); 114 this->_M_impl._M_finish = this->_M_impl._M_start; 115 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 127 iterator begin() { return ite_cast_traits::to_value_type_ite(_M_impl.begin()); } 128 iterator end() { return ite_cast_traits::to_value_type_ite(_M_impl.end()); } 129 const_iterator begin() const { return ite_cast_traits::to_value_type_cite(_M_impl.begin()); } 130 const_iterator end() const { return ite_cast_traits::to_value_type_cite(_M_impl.end()); } 140 { return cast_traits::to_value_type_ref(_M_impl[__n]); } 142 { return cast_traits::to_value_type_cref(_M_impl[__n]); } 145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); } 147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); } 149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } 150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | 94 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); } 98 { return *static_cast<const _Tp_alloc_type*>(&this->_M_impl); } 105 : _M_impl() { } 108 : _M_impl(__a) { } 111 : _M_impl(__a) 113 this->_M_impl._M_start = this->_M_allocate(__n); 114 this->_M_impl._M_finish = this->_M_impl._M_start; 115 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 127 iterator begin() { return ite_cast_traits::to_value_type_ite(_M_impl.begin()); } 128 iterator end() { return ite_cast_traits::to_value_type_ite(_M_impl.end()); } 129 const_iterator begin() const { return ite_cast_traits::to_value_type_cite(_M_impl.begin()); } 130 const_iterator end() const { return ite_cast_traits::to_value_type_cite(_M_impl.end()); } 140 { return cast_traits::to_value_type_ref(_M_impl[__n]); } 142 { return cast_traits::to_value_type_cref(_M_impl[__n]); } 145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); } 147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); } 149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } 150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | 94 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); } 98 { return *static_cast<const _Tp_alloc_type*>(&this->_M_impl); } 105 : _M_impl() { } 108 : _M_impl(__a) { } 111 : _M_impl(__a) 113 this->_M_impl._M_start = this->_M_allocate(__n); 114 this->_M_impl._M_finish = this->_M_impl._M_start; 115 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 127 iterator begin() { return ite_cast_traits::to_value_type_ite(_M_impl.begin()); } 128 iterator end() { return ite_cast_traits::to_value_type_ite(_M_impl.end()); } 129 const_iterator begin() const { return ite_cast_traits::to_value_type_cite(_M_impl.begin()); } 130 const_iterator end() const { return ite_cast_traits::to_value_type_cite(_M_impl.end()); } 140 { return cast_traits::to_value_type_ref(_M_impl[__n]); } 142 { return cast_traits::to_value_type_cref(_M_impl[__n]); } 145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); } 147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); } 149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } 150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_vector.h | 94 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); } 98 { return *static_cast<const _Tp_alloc_type*>(&this->_M_impl); } 105 : _M_impl() { } 108 : _M_impl(__a) { } 111 : _M_impl(__a) 113 this->_M_impl._M_start = this->_M_allocate(__n); 114 this->_M_impl._M_finish = this->_M_impl._M_start; 115 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_vector.h | 96 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); } 100 { return *static_cast<const _Tp_alloc_type*>(&this->_M_impl); } 107 : _M_impl() { } 110 : _M_impl(__a) { } 113 : _M_impl() 115 this->_M_impl._M_start = this->_M_allocate(__n); 116 this->_M_impl._M_finish = this->_M_impl._M_start; 117 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.h | 292 _Fwd_list_impl _M_impl; 301 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); } 305 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); } 308 : _M_impl() { } 311 : _M_impl(__a) { } 316 : _M_impl(__a) 318 this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next; 319 __lst._M_impl._M_head._M_next = 0; 323 : _M_impl(std::move(__lst._M_get_Node_allocator()) [all...] |
shared_ptr_base.h | 397 : _M_impl(__a), _M_storage() 399 _M_impl._M_ptr = static_cast<_Tp*>(static_cast<void*>(&_M_storage)); 402 allocator_traits<_Alloc>::construct(__a, _M_impl._M_ptr, 410 { allocator_traits<_Alloc>::destroy(_M_impl, _M_impl._M_ptr); } 418 typename _Alloc_traits::allocator_type __a(_M_impl); 437 _Impl _M_impl; [all...] |
stl_vector.h | 115 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); } 119 { return *static_cast<const _Tp_alloc_type*>(&this->_M_impl); } 126 : _M_impl() { } 129 : _M_impl(__a) { } 132 : _M_impl() 136 : _M_impl(__a) 141 : _M_impl(std::move(__a)) { } 144 : _M_impl(std::move(__x._M_get_Tp_allocator())) 145 { this->_M_impl._M_swap_data(__x._M_impl); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_deque.h | 127 iterator begin() { return ite_cast_traits::to_value_type_ite(_M_impl.begin()); } 128 iterator end() { return ite_cast_traits::to_value_type_ite(_M_impl.end()); } 129 const_iterator begin() const { return ite_cast_traits::to_value_type_cite(_M_impl.begin()); } 130 const_iterator end() const { return ite_cast_traits::to_value_type_cite(_M_impl.end()); } 140 { return cast_traits::to_value_type_ref(_M_impl[__n]); } 142 { return cast_traits::to_value_type_cref(_M_impl[__n]); } 145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); } 147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); } 149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } 150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/ |
_deque.h | 127 iterator begin() { return ite_cast_traits::to_value_type_ite(_M_impl.begin()); } 128 iterator end() { return ite_cast_traits::to_value_type_ite(_M_impl.end()); } 129 const_iterator begin() const { return ite_cast_traits::to_value_type_cite(_M_impl.begin()); } 130 const_iterator end() const { return ite_cast_traits::to_value_type_cite(_M_impl.end()); } 140 { return cast_traits::to_value_type_ref(_M_impl[__n]); } 142 { return cast_traits::to_value_type_cref(_M_impl[__n]); } 145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); } 147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); } 149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } 150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); [all...] |