Searched defs:_Vector_base (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dcfg3.C29 struct _Vector_base : _Vector_alloc_base struct in inherits:_Vector_alloc_base
31 _Vector_base(const allocator& __a) : _Vector_alloc_base(__a) { } function in struct:_Vector_base
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/vect/
H A Dpr45470-b.cc17 template < typename _Tp, typename _Alloc > struct _Vector_base struct
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr55263.C26 template < typename _Tp, typename _Alloc > struct _Vector_base struct
H A Dpr45056.C14 template < typename _Tp > struct _Vector_base struct
H A Dpr57878.C157 struct _Vector_base { struct in namespace:std
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ubsan/
H A Dpr61272.C20 template < typename _Tp, typename _Alloc > struct _Vector_base { typedef typename __gnu_cxx::__alloc_traits < _Alloc >::template rebind < _Tp >::other _Tp_alloc_type; }; // { dg-error "no class template" } struct in namespace:std::__gnu_cxx
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr42883.C22 template<typename _Tp, typename _Alloc> struct _Vector_base { struct in namespace:std
H A D20090706-1.C6 template<typename _Tp, typename _Alloc> struct _Vector_base { }; struct in namespace:std
H A Dpr35164-1.C10 template<typename _Tp> struct _Vector_base { struct
H A Dpr44357.C53 template < typename _Tp, typename _Alloc > struct _Vector_base struct in namespace:std
H A Dpr54902.C47 template<typename _Tp, typename _Alloc> struct _Vector_base { struct in namespace:std
H A Dpr58380.C59 struct _Vector_base { struct
65 _Vector_base() {} function in struct:_Vector_base
66 _Vector_base(int p1) { _M_create_storage(p1); } function in struct:_Vector_base
H A Dpr57107.C112 template<typename _Tp, typename _Alloc> struct _Vector_base { struct in namespace:std
125 _Vector_base(size_t __n, const allocator_type& __a) : _M_impl(__a) { function in struct:std::_Vector_base
H A Dpr41775.C98 template < typename _Tp, typename _Alloc > struct _Vector_base struct in namespace:std
H A Dpr46383.C5 template<typename _Tp> struct _Vector_base { struct in namespace:std
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr16688.C77 struct _Vector_base { struct
86 _Vector_base(unsigned __n) { function in struct:_Vector_base
H A Dpr42337.C62 template<typename _Tp, typename _Alloc> struct _Vector_base { struct
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/dfp/
H A D44473-1.C61 struct _Vector_base struct in namespace:std
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dcrash-8.C64 template<typename _Tp, typename _Alloc> struct _Vector_base { struct
H A Dpr50464.C73 struct _Vector_base struct
90 _Vector_base(size_t __n, const allocator_type& __a) function in struct:_Vector_base
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_vector.h99 struct _Vector_base struct in inherits:_Vector_alloc_base
108 _Vector_base(const allocator_type& __a) : _Base(__a) {} function in struct:_Vector_base
109 _Vector_base(size_t __n, const allocator_type& __a) : _Base(__a) { function in struct:_Vector_base
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Dpr58371.C38 template < typename _Tp, typename _Alloc > struct _Vector_base { struct in namespace:std
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_vector.h72 struct _Vector_base struct
124 _Vector_base() function in struct:_Vector_base
134 _Vector_base(size_t __n, const allocator_type& __a) function
146 _Vector_base(_Vector_base function
[all...]

Completed in 291 milliseconds