Searched refs:list_type (Results 1 - 25 of 57) sorted by relevance

123

/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/cons/
H A Dclear_allocator.cc23 typedef std::list<int, clear_alloc<int> > list_type; typedef
24 Check_Container<list_type>();
H A D1.h44 typedef _Tp list_type; typedef
46 list_type list0101;
51 typedef typename list_type::reference reference;
52 typedef typename list_type::const_reference const_reference;
53 typedef typename list_type::iterator iterator;
54 typedef typename list_type::const_iterator const_iterator;
55 typedef typename list_type::size_type size_type;
56 typedef typename list_type::difference_type difference_type;
57 typedef typename list_type::value_type value_type;
58 typedef typename list_type
[all...]
H A Dmoveable.h31 typedef _Tp list_type; typedef
33 list_type a,b;
38 list_type c(std::move(b));
H A D5.h39 typedef _Tp list_type; typedef
40 typedef typename list_type::reverse_iterator reverse_iterator;
42 list_type list0401(A, A + N);
44 list_type list0402(list0401);
H A D4.h40 typedef _Tp list_type; typedef
41 typedef typename list_type::const_iterator const_iterator;
45 list_type list0301(A, A + N);
54 list_type list0302(list0301.begin(), list0301.end());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/
H A Dconstructor.cc26 typedef std::list<int> list_type; typedef
27 list_type l(10, 1);
H A Dconstructor_1_neg.cc27 typedef std::list<std::list<int> > list_type; typedef
28 list_type l(10, 1);
H A Dinsert_neg.cc32 typedef std::list<A> list_type; typedef
33 list_type l;
H A Dassign_neg.cc32 typedef std::list<A> list_type; typedef
33 list_type l;
H A Dconstructor_2_neg.cc28 typedef std::list<std::list<std::pair<char, char> > > list_type; typedef
29 list_type l('a', 'b');
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/
H A D23781_neg.cc27 typedef std::list<int> list_type; typedef
28 list_type::iterator it = NULL; // { dg-error "conversion" }
29 list_type::const_iterator cit = NULL; // { dg-error "conversion" }
H A D14340.cc30 typedef std::list<int> list_type; typedef
31 __gnu_test::conversion<list_type>::iterator_to_const_iterator();
H A Dinit-list.cc28 typedef std::list<value_type, allocator_type> list_type; typedef
29 init_list<list_type>();
H A Dcheck_construct_destroy.h28 typedef _Tp list_type; typedef
29 typedef typename list_type::iterator iterator_type;
37 list_type c;
45 list_type c(arr10, arr10 + 10);
51 list_type c(arr10, arr10 + 10);
59 list_type c(arr10, arr10 + 10);
69 list_type c(arr10, arr10 + 10);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/
H A D25288.cc27 typedef std::list<value_type, allocator_type> list_type; typedef
29 insert1<list_type>();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/
H A D2.cc27 typedef std::list<value_type, allocator_type> list_type; typedef
29 swap2<list_type>();
H A D3.cc27 typedef std::list<value_type, allocator_type> list_type; typedef
29 swap3<list_type>();
H A D1.h31 typedef _Tp list_type; typedef
33 list_type A;
34 list_type B;
47 typedef _Tp list_type; typedef
49 list_type A;
50 list_type B;
H A D2.h33 typedef _Tp list_type; typedef
34 typedef typename list_type::allocator_type allocator_type;
35 typedef typename list_type::size_type size_type;
51 list_type lis01(alloc01);
53 list_type lis02(alloc01);
62 list_type lis03(alloc01);
64 list_type lis04(title02, title02 + N2, alloc01);
73 list_type lis05(title01, title01 + N1, alloc01);
75 list_type lis06(title02, title02 + N2, alloc01);
84 list_type lis0
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/debug/invalidation/
H A D2.cc31 typedef __gnu_debug::list<int> list_type; typedef
33 list_type v(10, 17);
35 list_type::iterator before = v.begin();
37 list_type::iterator at = before;
39 list_type::iterator after = at;
41 list_type::iterator finish = v.end();
H A D4.cc31 typedef __gnu_debug::list<int> list_type; typedef
33 list_type l1(10, 17);
34 list_type l2(10, 42);
36 list_type::iterator start2 = l2.begin();
37 list_type::iterator end2 = start2;
39 list_type::iterator after2 = end2;
H A D1.cc31 typedef __gnu_debug::list<int> list_type; typedef
32 list_type v1;
33 list_type v2;
37 list_type::iterator start = v1.begin();
38 list_type::iterator finish = v1.end();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/operations/
H A D2.h28 typedef _Tp list_type; typedef
29 typedef typename list_type::iterator iterator;
35 list_type list0201(A, A + N);
36 list_type list0202(A, A + N);
37 list_type list0203(B, B + N);
38 list_type list0204(C, C + N);
H A D3.h28 typedef _Tp list_type; typedef
29 typedef typename list_type::iterator iterator;
43 list_type list0301(A, A + N);
44 list_type list0302(B, B + M);
45 list_type list0303(C, C + P);
46 list_type list0304(D, D + Q);
47 list_type list0305(E, E + R);
48 list_type list0306(F, F + R);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/capacity/
H A D29134.cc28 typedef std::list<int> list_type; typedef
29 list_type l;

Completed in 110 milliseconds

123