Searched refs:_Vector_base (Results 1 - 9 of 9) sorted by relevance
/external/clang/test/CodeGenCXX/ |
H A D | thunk-use-after-free.cpp | 14 template < typename _Tp, typename _Alloc > struct _Vector_base { struct 19 _Vector_base () { function in struct:_Vector_base 26 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { };
|
H A D | 2007-09-10-RecursiveTypeResolution.cpp | 41 template < typename _Tp, typename _Alloc> struct _Vector_base struct in namespace:Manta 51 class vector:protected _Vector_base < _Tp,_Alloc >
|
H A D | debug-info-use-after-free.cpp | 101 template < typename _Tp, typename _Alloc > struct _Vector_base { struct 106 _Vector_base () { function in struct:_Vector_base 113 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { }; 141 template < typename, typename > struct _Vector_base { struct in namespace:std 143 template < typename _Tp, typename _Alloc = std::allocator < _Tp > >class vector:_Vector_base < _Tp,
|
/external/stlport/stlport/stl/ |
H A D | _vector.h | 58 class _Vector_base { class 60 typedef _Vector_base<_Tp, _Alloc> _Self; 66 _Vector_base(const _Alloc& __a) function in class:_Vector_base 69 _Vector_base(size_t __n, const _Alloc& __a) function in class:_Vector_base 78 _Vector_base(__move_source<_Self> src) function in class:_Vector_base 86 ~_Vector_base() { 109 class vector : protected _STLP_PRIV _Vector_base<_Tp, _Alloc> 115 typedef _STLP_PRIV _Vector_base<_Tp, _Alloc> _Base; 217 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(allocator_type()) {} 220 : _STLP_PRIV _Vector_base<_T [all...] |
H A D | _vector.c | 40 void _Vector_base<_Tp,_Alloc>::_M_throw_length_error() const 44 void _Vector_base<_Tp, _Alloc>::_M_throw_out_of_range() const
|
H A D | _hashtable.h | 75 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<_Slist_node_base*, variable
|
/external/stlport/src/ |
H A D | dll_main.cpp | 119 template class _STLP_CLASS_DECLSPEC _Vector_base<_Slist_node_base*, variable in typeref:class:_STLP_CLASS_DECLSPEC 141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >; variable in typeref:class:_STLP_CLASS_DECLSPEC 166 template class _STLP_CLASS_DECLSPEC _Vector_base<void*, allocator<void*> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
|
H A D | locale_impl.h | 40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >; variable
|
/external/stlport/stlport/stl/pointers/ |
H A D | _vector.h | 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >; variable
|
Completed in 140 milliseconds