Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dstl_vector.h72 struct _Vector_base in _GLIBCXX_VISIBILITY() struct
75 rebind<_Tp>::other _Tp_alloc_type; in _GLIBCXX_VISIBILITY()
77 pointer; in _GLIBCXX_VISIBILITY()
79 struct _Vector_impl in _GLIBCXX_VISIBILITY()
110 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY()
113 _M_get_Tp_allocator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
117 _M_get_Tp_allocator() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
121 get_allocator() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
124 _Vector_base() in _GLIBCXX_VISIBILITY() argument
127 _Vector_base(const allocator_type& __a) in _GLIBCXX_VISIBILITY() function
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dstl_vector.h72 struct _Vector_base in _GLIBCXX_VISIBILITY() struct
75 rebind<_Tp>::other _Tp_alloc_type; in _GLIBCXX_VISIBILITY()
77 pointer; in _GLIBCXX_VISIBILITY()
79 struct _Vector_impl in _GLIBCXX_VISIBILITY()
110 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY()
113 _M_get_Tp_allocator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
117 _M_get_Tp_allocator() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
121 get_allocator() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
124 _Vector_base() in _GLIBCXX_VISIBILITY() function
127 _Vector_base(const allocator_type& __a) in _GLIBCXX_VISIBILITY() function
[all …]
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A 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() argument
34 ~_Vector_base() { } in ~_Vector_base()
35 _Vector_impl _M_impl;
H A Dthunk-use-after-free.cpp14 template < typename _Tp, typename _Alloc > struct _Vector_base { struct
19 _Vector_base () { in _Vector_base() argument
26 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { }; argument
H A Ddebug-info-use-after-free.cpp101 template < typename _Tp, typename _Alloc > struct _Vector_base { struct
106 _Vector_base () { in _Vector_base() function
113 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { }; argument
141 template < typename, typename > struct _Vector_base { struct
H A D2007-09-10-RecursiveTypeResolution.cpp41 template < typename _Tp, typename _Alloc> struct _Vector_base struct
43 struct _Vector_impl
48 _Vector_impl _M_impl;
/aosp_15_r20/external/clang/test/Modules/Inputs/PR25501/
H A DVector.h1 template <typename> struct _Vector_base {}; struct