Home
last modified time | relevance | path

Searched defs:_Vector_base (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_vector.h77 struct _Vector_base struct
79 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
81 struct _Vector_impl
107 _Vector_base(const allocator_type& __a) in _Vector_base() argument
111 _Vector_base(size_t __n, const allocator_type& __a) in _Vector_base() function
119 ~_Vector_base() in ~_Vector_base() argument
127 _M_allocate(size_t __n) in _M_allocate()
131 _M_deallocate(_Tp* __p, size_t __n) in _M_deallocate()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dcfg3.C29 struct _Vector_base : _Vector_alloc_base struct
31 _Vector_base(const allocator& __a) : _Vector_alloc_base(__a) { } in _Vector_base() argument
32 ~_Vector_base() { _M_deallocate(0, _M_end_of_storage - _M_start); } in ~_Vector_base() argument
37 vector(const allocator& __a = allocator()) : _Vector_base(__a) {} in _Vector_base() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_vector.h140 struct _Vector_base struct
150 _Vector_base(const allocator_type& __a) in _Vector_base() argument
153 _Vector_base(size_t __n, const allocator_type& __a) in _Vector_base() function
161 ~_Vector_base() in ~_Vector_base() argument