/external/clang/test/Modules/Inputs/PR25501/ |
Vector.h | 1 template <typename> struct _Vector_base {}; 4 vector(_Vector_base<int>);
|
/external/clang/test/CodeGenCXX/ |
lpad-linetable.cpp | 23 struct _Vector_base 31 _Vector_base(const allocator_type& __a) 34 ~_Vector_base() { } 39 : protected _Vector_base<_Tp, _Alloc> 41 typedef _Vector_base<_Tp, _Alloc> _Base;
|
2007-09-10-RecursiveTypeResolution.cpp | 41 template < typename _Tp, typename _Alloc> struct _Vector_base 51 class vector:protected _Vector_base < _Tp,_Alloc >
|
thunk-use-after-free.cpp | 14 template < typename _Tp, typename _Alloc > struct _Vector_base { 19 _Vector_base () { 26 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { };
|
debug-info-use-after-free.cpp | 101 template < typename _Tp, typename _Alloc > struct _Vector_base { 106 _Vector_base () { 113 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { }; 141 template < typename, typename > struct _Vector_base { 143 template < typename _Tp, typename _Alloc = std::allocator < _Tp > >class vector:_Vector_base < _Tp,
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/ |
locale_impl.h | 40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >;
|
dll_main.cpp | 119 template class _STLP_CLASS_DECLSPEC _Vector_base<_Slist_node_base*, 141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >; 166 template class _STLP_CLASS_DECLSPEC _Vector_base<void*, allocator<void*> >;
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/ |
locale_impl.h | 40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >;
|
dll_main.cpp | 119 template class _STLP_CLASS_DECLSPEC _Vector_base<_Slist_node_base*, 141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >; 166 template class _STLP_CLASS_DECLSPEC _Vector_base<void*, allocator<void*> >;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_vector.h | 72 struct _Vector_base 124 _Vector_base() 127 _Vector_base(const allocator_type& __a) 130 _Vector_base(size_t __n) 134 _Vector_base(size_t __n, const allocator_type& __a) 139 _Vector_base(_Tp_alloc_type&& __a) 142 _Vector_base(_Vector_base&& __x) 146 _Vector_base(_Vector_base&& __x, const allocator_type& __a [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_vector.h | 72 struct _Vector_base 124 _Vector_base() 127 _Vector_base(const allocator_type& __a) 130 _Vector_base(size_t __n) 134 _Vector_base(size_t __n, const allocator_type& __a) 139 _Vector_base(_Tp_alloc_type&& __a) 142 _Vector_base(_Vector_base&& __x) 146 _Vector_base(_Vector_base&& __x, const allocator_type& __a [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_vector.h | 72 struct _Vector_base 124 _Vector_base() 127 _Vector_base(const allocator_type& __a) 130 _Vector_base(size_t __n) 134 _Vector_base(size_t __n, const allocator_type& __a) 139 _Vector_base(_Tp_alloc_type&& __a) 142 _Vector_base(_Vector_base&& __x) 146 _Vector_base(_Vector_base&& __x, const allocator_type& __a [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_vector.h | 58 class _Vector_base { 60 typedef _Vector_base<_Tp, _Alloc> _Self; 66 _Vector_base(const _Alloc& __a) 69 _Vector_base(size_t __n, const _Alloc& __a) 78 _Vector_base(__move_source<_Self> src) 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<_Tp, _Alloc>(__a) { [all...] |
_hashtable.h | 75 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<_Slist_node_base*,
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_vector.h | 58 class _Vector_base { 60 typedef _Vector_base<_Tp, _Alloc> _Self; 66 _Vector_base(const _Alloc& __a) 69 _Vector_base(size_t __n, const _Alloc& __a) 78 _Vector_base(__move_source<_Self> src) 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<_Tp, _Alloc>(__a) { [all...] |
_hashtable.h | 75 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<_Slist_node_base*,
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_vector.h | 58 class _Vector_base { 60 typedef _Vector_base<_Tp, _Alloc> _Self; 66 _Vector_base(const _Alloc& __a) 69 _Vector_base(size_t __n, const _Alloc& __a) 78 _Vector_base(__move_source<_Self> src) 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<_Tp, _Alloc>(__a) { [all...] |
_hashtable.h | 75 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<_Slist_node_base*,
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_vector.h | 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >;
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_vector.h | 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >;
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_vector.h | 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >;
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_vector.h | 86 struct _Vector_base 138 _Vector_base() 141 _Vector_base(const allocator_type& __a) _GLIBCXX_NOEXCEPT 144 _Vector_base(size_t __n) 148 _Vector_base(size_t __n, const allocator_type& __a) 153 _Vector_base(_Tp_alloc_type&& __a) noexcept 156 _Vector_base(_Vector_base&& __x) noexcept 160 _Vector_base(_Vector_base&& __x, const allocator_type& __a [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_vector.h | 86 struct _Vector_base 138 _Vector_base() 141 _Vector_base(const allocator_type& __a) _GLIBCXX_NOEXCEPT 144 _Vector_base(size_t __n) 148 _Vector_base(size_t __n, const allocator_type& __a) 153 _Vector_base(_Tp_alloc_type&& __a) noexcept 156 _Vector_base(_Vector_base&& __x) noexcept 160 _Vector_base(_Vector_base&& __x, const allocator_type& __a [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_vector.h | 86 struct _Vector_base 138 _Vector_base() 141 _Vector_base(const allocator_type& __a) _GLIBCXX_NOEXCEPT 144 _Vector_base(size_t __n) 148 _Vector_base(size_t __n, const allocator_type& __a) 153 _Vector_base(_Tp_alloc_type&& __a) noexcept 156 _Vector_base(_Vector_base&& __x) noexcept 160 _Vector_base(_Vector_base&& __x, const allocator_type& __a [all...] |