Home | History | Annotate | Download | only in tuple.cnstr

Lines Matching defs:T0

30         typedef std::pair<long, int> T0;
32 T0 t0(2, 3);
33 T1 t1(std::allocator_arg, A1<int>(5), t0);
38 typedef std::pair<int, int> T0;
40 T0 t0(2, 3);
42 T1 t1(std::allocator_arg, A1<int>(5), t0);
48 typedef std::pair<int, int> T0;
50 T0 t0(2, 3);
53 T1 t1(std::allocator_arg, A1<int>(5), t0);