Home
last modified time | relevance | path

Searched defs:_Vector_impl (Results 1 – 8 of 8) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dstl_vector.h88 struct _Vector_impl in _GLIBCXX_VISIBILITY() struct
91 pointer _M_start; in _GLIBCXX_VISIBILITY()
92 pointer _M_finish; in _GLIBCXX_VISIBILITY()
93 pointer _M_end_of_storage; in _GLIBCXX_VISIBILITY()
95 _Vector_impl() in _GLIBCXX_VISIBILITY() function
99 _Vector_impl(_Tp_alloc_type const& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
104 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() function
110 void _M_swap_data(_Vector_impl& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
119 struct _Asan in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dstl_vector.h125 struct _Vector_impl in _GLIBCXX_VISIBILITY() struct
128 _Vector_impl() _GLIBCXX_NOEXCEPT_IF( in _GLIBCXX_VISIBILITY()
133 _Vector_impl(_Tp_alloc_type const& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
140 _Vector_impl(_Vector_impl&& __x) noexcept in _GLIBCXX_VISIBILITY() argument
144 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() function
148 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept in _GLIBCXX_VISIBILITY() argument
155 struct _Asan in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dstl_vector.h128 struct _Vector_impl in _GLIBCXX_VISIBILITY() struct
131 _Vector_impl() _GLIBCXX_NOEXCEPT_IF( in _GLIBCXX_VISIBILITY()
136 _Vector_impl(_Tp_alloc_type const& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
143 _Vector_impl(_Vector_impl&& __x) noexcept in _GLIBCXX_VISIBILITY() function
147 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() function
151 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept in _GLIBCXX_VISIBILITY() argument
158 struct _Asan in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dstl_vector.h128 struct _Vector_impl in _GLIBCXX_VISIBILITY() struct
131 _Vector_impl() _GLIBCXX_NOEXCEPT_IF( in _GLIBCXX_VISIBILITY()
136 _Vector_impl(_Tp_alloc_type const& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
143 _Vector_impl(_Vector_impl&& __x) noexcept in _GLIBCXX_VISIBILITY() function
147 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() function
151 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept in _GLIBCXX_VISIBILITY() function
158 struct _Asan in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dstl_vector.h79 struct _Vector_impl in _GLIBCXX_VISIBILITY() struct
82 pointer _M_start; in _GLIBCXX_VISIBILITY()
83 pointer _M_finish; in _GLIBCXX_VISIBILITY()
84 pointer _M_end_of_storage; in _GLIBCXX_VISIBILITY()
86 _Vector_impl() in _GLIBCXX_VISIBILITY() function
90 _Vector_impl(_Tp_alloc_type const& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() argument
95 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() argument
101 void _M_swap_data(_Vector_impl& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dstl_vector.h79 struct _Vector_impl in _GLIBCXX_VISIBILITY() struct
82 pointer _M_start; in _GLIBCXX_VISIBILITY()
83 pointer _M_finish; in _GLIBCXX_VISIBILITY()
84 pointer _M_end_of_storage; in _GLIBCXX_VISIBILITY()
86 _Vector_impl() in _GLIBCXX_VISIBILITY() function
90 _Vector_impl(_Tp_alloc_type const& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
95 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() argument
101 void _M_swap_data(_Vector_impl& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dstl_vector.h79 struct _Vector_impl in _GLIBCXX_VISIBILITY() struct
82 pointer _M_start; in _GLIBCXX_VISIBILITY()
83 pointer _M_finish; in _GLIBCXX_VISIBILITY()
84 pointer _M_end_of_storage; in _GLIBCXX_VISIBILITY()
86 _Vector_impl() in _GLIBCXX_VISIBILITY() argument
90 _Vector_impl(_Tp_alloc_type const& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
95 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() function
101 void _M_swap_data(_Vector_impl& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dstl_vector.h81 struct _Vector_impl in _GLIBCXX_VISIBILITY() struct
84 pointer _M_start; in _GLIBCXX_VISIBILITY()
85 pointer _M_finish; in _GLIBCXX_VISIBILITY()
86 pointer _M_end_of_storage; in _GLIBCXX_VISIBILITY()
88 _Vector_impl() in _GLIBCXX_VISIBILITY() function
92 _Vector_impl(_Tp_alloc_type const& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
97 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() function
103 void _M_swap_data(_Vector_impl& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()

Completed in 34 milliseconds