Home
last modified time | relevance | path

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

12345678910

/dports/lang/gcc8/gcc-8.5.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() function
104 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() argument
110 void _M_swap_data(_Vector_impl& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
119 struct _Asan in _GLIBCXX_VISIBILITY()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.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() argument
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() argument
110 void _M_swap_data(_Vector_impl& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
119 struct _Asan in _GLIBCXX_VISIBILITY()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.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() argument
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() argument
110 void _M_swap_data(_Vector_impl& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
119 struct _Asan in _GLIBCXX_VISIBILITY()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.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() argument
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() argument
110 void _M_swap_data(_Vector_impl& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
119 struct _Asan in _GLIBCXX_VISIBILITY()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.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() argument
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()
/dports/devel/riscv64-gcc/gcc-8.3.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() function
104 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() argument
110 void _M_swap_data(_Vector_impl& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
119 struct _Asan in _GLIBCXX_VISIBILITY()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Dstl_vector.h132 struct _Vector_impl in _GLIBCXX_VISIBILITY() struct
136 _Vector_impl() _GLIBCXX_NOEXCEPT_IF( in _GLIBCXX_VISIBILITY() function
142 _Vector_impl(_Tp_alloc_type const& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
150 _Vector_impl(_Vector_impl&& __x) noexcept in _GLIBCXX_VISIBILITY() function
155 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() argument
160 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept in _GLIBCXX_VISIBILITY() function
167 struct _Asan in _GLIBCXX_VISIBILITY()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/bits/
H 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() argument
143 _Vector_impl(_Vector_impl&& __x) noexcept in _GLIBCXX_VISIBILITY() argument
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()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/bits/
H 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() argument
143 _Vector_impl(_Vector_impl&& __x) noexcept in _GLIBCXX_VISIBILITY() argument
147 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() argument
151 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept in _GLIBCXX_VISIBILITY() function
158 struct _Asan in _GLIBCXX_VISIBILITY()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/bits/
H 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() argument
151 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept in _GLIBCXX_VISIBILITY() function
158 struct _Asan in _GLIBCXX_VISIBILITY()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/bits/
H 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() argument
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()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/bits/
H 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() function
144 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() argument
148 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept in _GLIBCXX_VISIBILITY() argument
155 struct _Asan in _GLIBCXX_VISIBILITY()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/bits/
H 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() argument
143 _Vector_impl(_Vector_impl&& __x) noexcept in _GLIBCXX_VISIBILITY() argument
147 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() argument
151 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept in _GLIBCXX_VISIBILITY() function
158 struct _Asan in _GLIBCXX_VISIBILITY()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/bits/
H 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() argument
143 _Vector_impl(_Vector_impl&& __x) noexcept in _GLIBCXX_VISIBILITY() argument
147 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() argument
151 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept in _GLIBCXX_VISIBILITY() argument
158 struct _Asan in _GLIBCXX_VISIBILITY()
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/bits/
H 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() function
144 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() argument
148 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept in _GLIBCXX_VISIBILITY() argument
155 struct _Asan in _GLIBCXX_VISIBILITY()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/include/bits/
H 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() function
140 _Vector_impl(_Vector_impl&& __x) noexcept in _GLIBCXX_VISIBILITY() argument
144 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() argument
148 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept in _GLIBCXX_VISIBILITY() function
155 struct _Asan in _GLIBCXX_VISIBILITY()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/include/bits/
H 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() function
144 _Vector_impl(_Tp_alloc_type&& __a) noexcept in _GLIBCXX_VISIBILITY() argument
148 _Vector_impl(_Tp_alloc_type&& __a, _Vector_impl&& __rv) noexcept in _GLIBCXX_VISIBILITY() function
155 struct _Asan in _GLIBCXX_VISIBILITY()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr48695.C8 struct _Vector_impl struct
12 _Vector_impl () :_M_start (0), _M_finish (0) {} in _Vector_impl() argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr48695.C8 struct _Vector_impl struct
12 _Vector_impl () :_M_start (0), _M_finish (0) {} in _Vector_impl() function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/torture/
H A Dpr48695.C7 struct _Vector_impl struct
11 _Vector_impl () :_M_start (0), _M_finish (0) {} in _Vector_impl() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr48695.C8 struct _Vector_impl struct
12 _Vector_impl () :_M_start (0), _M_finish (0) {} in _Vector_impl() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr48695.C8 struct _Vector_impl struct
12 _Vector_impl () :_M_start (0), _M_finish (0) {} in _Vector_impl() argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/torture/
H A Dpr48695.C7 struct _Vector_impl struct
11 _Vector_impl () :_M_start (0), _M_finish (0) {} in _Vector_impl() argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/torture/
H A Dpr48695.C8 struct _Vector_impl struct
12 _Vector_impl () :_M_start (0), _M_finish (0) {} in _Vector_impl() function
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/torture/
H A Dpr48695.C7 struct _Vector_impl struct
11 _Vector_impl () :_M_start (0), _M_finish (0) {} in _Vector_impl() argument

12345678910