Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H 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() argument
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()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_vector.h80 struct _Vector_impl in _GLIBCXX_VISIBILITY() struct
83 pointer _M_start; in _GLIBCXX_VISIBILITY()
84 pointer _M_finish; in _GLIBCXX_VISIBILITY()
85 pointer _M_end_of_storage; in _GLIBCXX_VISIBILITY()
87 _Vector_impl() in _GLIBCXX_VISIBILITY() argument
91 _Vector_impl(_Tp_alloc_type const& __a) in _GLIBCXX_VISIBILITY() argument
96 _Vector_impl(_Tp_alloc_type&& __a) in _GLIBCXX_VISIBILITY() function
102 void _M_swap_data(_Vector_impl& __x) in _GLIBCXX_VISIBILITY()