Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dlpad-linetable.cpp23 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;
Dthunk-use-after-free.cpp14 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
Ddebug-info-use-after-free.cpp101 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
D2007-09-10-RecursiveTypeResolution.cpp41 template < typename _Tp, typename _Alloc> struct _Vector_base struct
43 struct _Vector_impl
48 _Vector_impl _M_impl;
/external/stlport/src/
Ddll_main.cpp119 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
Dlocale_impl.h40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >; variable
/external/stlport/stlport/stl/
D_vector.h66 _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.h75 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<_Slist_node_base*, variable
/external/stlport/stlport/stl/pointers/
D_vector.h32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >; variable