Home
last modified time | relevance | path

Searched defs:_Vector_base (Results 1 – 5 of 5) 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/clang/test/Modules/Inputs/PR25501/
DVector.h1 template <typename> struct _Vector_base {}; struct