OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_M_impl
(Results
51 - 75
of
135
) sorted by null
1
2
3
4
5
6
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h
281
_Impl*
_M_impl
;
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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h
282
_Impl*
_M_impl
;
stl_bvector.h
411
{ return *static_cast<_Bit_alloc_type*>(&this->
_M_impl
); }
415
{ return *static_cast<const _Bit_alloc_type*>(&this->
_M_impl
); }
422
:
_M_impl
() { }
425
:
_M_impl
(__a) { }
429
:
_M_impl
(std::move(__x._M_get_Bit_allocator()))
431
this->
_M_impl
._M_start = __x.
_M_impl
._M_start;
432
this->
_M_impl
._M_finish = __x.
_M_impl
._M_finish;
433
this->
_M_impl
._M_end_of_storage = __x._M_impl._M_end_of_storage
[
all
...]
/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
...]
/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
;
/external/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
...]
/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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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
...]
Completed in 1032 milliseconds
1
2
3
4
5
6