Searched refs:clear_alloc (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/cons/
H A Dclear_allocator.cc23 typedef std::list<int, clear_alloc<int> > list_type;
H A Dclear_allocator.h24 class clear_alloc : public new_allocator<T> class in inherits:new_allocator
30 { typedef clear_alloc<T1> other; };
35 clear_alloc() throw() function in class:clear_alloc
38 clear_alloc(clear_alloc const&) throw() : new_allocator<T>() function in class:clear_alloc
42 clear_alloc(clear_alloc<T1> const&) throw() function in class:clear_alloc
45 virtual ~clear_alloc() throw()
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/bool/
H A Dclear_allocator.cc25 class clear_alloc : public new_allocator<T> class in inherits:new_allocator
31 { typedef clear_alloc<T1> other; };
36 clear_alloc() throw() function in class:clear_alloc
39 clear_alloc(clear_alloc const&) throw() : new_allocator<T>() function in class:clear_alloc
43 clear_alloc(clear_alloc<T1> const&) throw() function in class:clear_alloc
46 virtual ~clear_alloc() throw()
84 Check_Container<std::vector<bool, clear_alloc<bool> > >();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/deque/cons/
H A Dclear_allocator.cc25 class clear_alloc : public new_allocator<T> class in inherits:new_allocator
31 { typedef clear_alloc<T1> other; };
36 clear_alloc() throw() function in class:clear_alloc
39 clear_alloc(clear_alloc const&) throw() : new_allocator<T>() function in class:clear_alloc
43 clear_alloc(clear_alloc<T1> const&) throw() function in class:clear_alloc
46 virtual ~clear_alloc() throw()
84 Check_Container<std::deque<int, clear_alloc<int> > >();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/cons/
H A Dclear_allocator.cc25 class clear_alloc : public new_allocator<T> class in inherits:new_allocator
31 { typedef clear_alloc<T1> other; };
36 clear_alloc() throw() function in class:clear_alloc
39 clear_alloc(clear_alloc const&) throw() : new_allocator<T>() function in class:clear_alloc
43 clear_alloc(clear_alloc<T1> const&) throw() function in class:clear_alloc
46 virtual ~clear_alloc() throw()
84 Check_Container<std::vector<int, clear_alloc<int> > >();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr55263.C58 template < typename T > class clear_alloc: class in inherits:new_allocator
66 new vector < int, clear_alloc < int > >;

Completed in 128 milliseconds