Searched defs:_Vector_base (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | lpad-linetable.cpp | 23 struct _Vector_base struct 25 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type; 26 struct _Vector_impl 30 typedef _Alloc allocator_type; 31 _Vector_base(const allocator_type& __a) in _Vector_base() function 34 ~_Vector_base() { } in ~_Vector_base() 35 _Vector_impl _M_impl;
|
D | thunk-use-after-free.cpp | 14 template < typename _Tp, typename _Alloc > struct _Vector_base { struct 19 _Vector_base () { in _Vector_base() function 26 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { }; argument
|
D | debug-info-use-after-free.cpp | 101 template < typename _Tp, typename _Alloc > struct _Vector_base { struct 106 _Vector_base () { in _Vector_base() argument 113 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { }; argument 141 template < typename, typename > struct _Vector_base { struct
|
D | 2007-09-10-RecursiveTypeResolution.cpp | 41 template < typename _Tp, typename _Alloc> struct _Vector_base struct 43 struct _Vector_impl 48 _Vector_impl _M_impl;
|
/external/stlport/src/ |
D | dll_main.cpp | 119 template class _STLP_CLASS_DECLSPEC _Vector_base<_Slist_node_base*, variable 141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >; variable 166 template class _STLP_CLASS_DECLSPEC _Vector_base<void*, allocator<void*> >; variable
|
D | locale_impl.h | 40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >; variable
|
/external/stlport/stlport/stl/ |
D | _vector.h | 66 _Vector_base(const _Alloc& __a) in _Vector_base() function 69 _Vector_base(size_t __n, const _Alloc& __a) in _Vector_base() function 78 _Vector_base(__move_source<_Self> src) in _Vector_base() function
|
D | _hashtable.h | 75 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<_Slist_node_base*, variable
|
/external/stlport/stlport/stl/pointers/ |
D | _vector.h | 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >; variable
|