Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dlpad-linetable.cpp22 struct _Vector_base struct
24 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
25 struct _Vector_impl
29 typedef _Alloc allocator_type;
30 _Vector_base(const allocator_type& __a) in _Vector_base() argument
33 ~_Vector_base() { } in ~_Vector_base()
34 _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() function
26 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { }; argument
H A Ddebug-info-use-after-free.cpp103 template < typename _Tp, typename _Alloc > struct _Vector_base { struct
108 _Vector_base () { in _Vector_base() function
115 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { }; argument
143 template < typename, typename > struct _Vector_base { struct
H A D2007-09-10-RecursiveTypeResolution.cpp41 template < typename _Tp, typename _Alloc> struct _Vector_base struct
43 _Vector_implManta::_Vector_base global() argument
48 _M_implManta::_Vector_base global() argument
/llvm-project/clang/test/Modules/Inputs/PR25501/
H A DVector.h1 template <typename> struct _Vector_base {}; struct
/llvm-project/clang/test/SemaCXX/
H A Dcxx2b-consteval-propagate.cpp353 struct _Vector_base { struct
354 bGH66324::_Vector_base global() argument