HomeSort by relevance Sort by last modified time
    Searched defs:_Vector_base (Results 1 - 4 of 4) sorted by null

  /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,

Completed in 2832 milliseconds