Searched defs:_M_impl (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dlpad-linetable.cpp32 : _M_impl(__a)
35 _Vector_impl _M_impl; member in struct:std::_Vector_base
H A Dthunk-use-after-free.cpp20 foo((int *) this->_M_impl._M_end_of_storage);
23 _Vector_impl _M_impl; member in struct:_Vector_base
H A D2007-09-10-RecursiveTypeResolution.cpp48 _Vector_impl _M_impl; member in struct:Manta::_Vector_base
H A Ddebug-info-use-after-free.cpp107 foo((int *) this->_M_impl._M_end_of_storage);
110 _Vector_impl _M_impl; member in struct:_Vector_base
/external/stlport/stlport/stl/
H A D_messages_facets.h146 _STLP_PRIV _Messages* _M_impl; member in class:messages_byname
174 _STLP_PRIV _Messages* _M_impl; member in class:messages_byname
H A D_locale.h129 this->_M_impl = _get_Locale_impl( _copy_Nameless_Locale_impl( __loc._M_impl ) );
132 this->_M_impl = _get_Locale_impl( __loc._M_impl );
205 _Locale_impl* _M_impl; member in class:locale
206 _Locale_impl* _M_get_impl() const { return _M_impl; }
230 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) {
/external/stlport/src/
H A Dlocale.cpp120 : _M_impl(_get_Locale_impl(_Stl_get_global_locale()->_M_impl))
125 : _M_impl( _get_Locale_impl( L._M_impl ) )
130 _M_impl->insert(f, _Stl_loc_get_index(n));
134 _M_impl( _get_Locale_impl( impl ) )
139 : _M_impl(0) {
144 _M_impl = _get_Locale_impl( locale::classic()._M_impl );
185 _M_impl
365 _release_Locale_impl(_M_impl); variable
[all...]
/external/stlport/stlport/stl/pointers/
H A D_vector.h77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
79 iterator begin() { return cast_traits::to_value_type_ptr(_M_impl.begin()); }
80 const_iterator begin() const { return cast_traits::to_value_type_cptr(_M_impl.begin()); }
81 iterator end() { return cast_traits::to_value_type_ptr(_M_impl.end()); }
82 const_iterator end() const { return cast_traits::to_value_type_cptr(_M_impl.end()); }
89 size_type size() const { return _M_impl.size(); }
90 size_type max_size() const { return _M_impl.max_size(); }
92 size_type capacity() const { return _M_impl.capacity(); }
93 bool empty() const { return _M_impl.empty(); }
95 reference operator[](size_type __n) { return cast_traits::to_value_type_ref(_M_impl[__
231 _Base _M_impl; member in class:vector
[all...]
H A D_deque.h127 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
371 _Base _M_impl; member in class:deque
[all...]
H A D_list.h90 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
93 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
101 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
106 : _M_impl(__n) {}
114 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
116 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {
125 : _M_impl(__first, __last) {}
135 : _M_impl(cast_traits::to_storage_type_cptr(__first),
140 : _M_impl(_BaseConstIte(__first._M_node), _BaseConstIte(__last._M_node),
145 list(const _Self& __x) : _M_impl(__
326 _Base _M_impl; member in class:list
[all...]
H A D_slist.h85 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }
88 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
96 : _M_impl(__n, cast_traits::to_storage_type_cref(__x), _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
99 explicit slist(size_type __n) : _M_impl(__n) {}
109 : _M_impl(__first, __last, _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {}
111 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {
120 : _M_impl(__first, __last) {}
128 : _M_impl(_BaseConstIte(__first._M_node), _BaseConstIte(__last._M_node),
132 : _M_impl(cast_traits::to_storage_type_cptr(__first), cast_traits::to_storage_type_cptr(__last),
136 slist(const _Self& __x) : _M_impl(__
407 _Base _M_impl; member in class:slist
[all...]

Completed in 163 milliseconds