/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
H A D | tuple_cat.pass.cpp | 83 std::tuple<> t1; in main() local 108 constexpr std::tuple<> t2 = std::tuple_cat(t1); in main() local 120 constexpr std::tuple<int> t1(1); in main() local 126 constexpr std::tuple<int, int> t = std::tuple_cat(t1, t in main() local 41 std::tuple<> t1; main() local 54 std::tuple<int> t1(1); main() local 65 constexpr std::tuple<> t1; main() local 78 constexpr std::tuple<int> t1(1); main() local 114 std::tuple<> t1; main() local 133 std::tuple<int*> t1; main() local 140 std::tuple<int*> t1; main() local 148 std::tuple<int*> t1; main() local 156 std::tuple<int*, MoveOnly> t1(nullptr, 1); main() local 166 std::tuple<int*, MoveOnly> t1(nullptr, 1); main() local 176 std::tuple<MoveOnly, MoveOnly> t1(1, 2); main() local 187 std::tuple<MoveOnly, MoveOnly> t1(1, 2); main() local 199 std::tuple<MoveOnly, MoveOnly> t1(1, 2); main() local 211 std::tuple<MoveOnly, MoveOnly> t1(1, 2); main() local 223 std::tuple<MoveOnly, MoveOnly> t1(1, 2); main() local 237 auto t1 = std::tuple_cat( main() local 266 std::tuple<NS::Namespaced> t1(NS::Namespaced{1}); main() local [all...] |
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
H A D | alloc_convert_const_move.pass.cpp | 58 const std::tuple<ConstMove> t1{1}; in test() local 67 const std::tuple<ConstMove, int> t1{1, 2}; in test() local 77 const std::tuple<ConstMove> t1{1}; in test() local 86 const std::tuple<ConstMove, int> t1{1, 2}; in test() local 108 const std::tuple<TracedCopyMove> t1{}; in test() local 116 const std::tuple<TracedCopyMove> t1{}; in test() local 124 const std::tuple<TracedCopyMove, TracedCopyMove> t1{}; in test() local 134 const std::tuple<CvtFromTupleRef> t1{}; in test() local 142 const std::tuple<ExplicitCtrFromTupleRef> t1{}; in test() local
|
H A D | alloc_convert_non_const_copy.pass.cpp | 58 std::tuple<MutableCopy> t1{1}; in test() local 67 std::tuple<MutableCopy, int> t1{1, 2}; in test() local 77 std::tuple<MutableCopy> t1{1}; in test() local 86 std::tuple<MutableCopy, int> t1{1, 2}; in test() local 107 std::tuple<TracedCopyMove> t1{}; in test() local 115 std::tuple<TracedCopyMove> t1{}; in test() local 123 std::tuple<TracedCopyMove, TracedCopyMove> t1{}; in test() local 133 std::tuple<CvtFromTupleRef> t1{}; in test() local 141 std::tuple<ExplicitCtrFromTupleRef> t1{}; in test() local
|
H A D | convert_non_const_copy.pass.cpp | 51 std::tuple<MutableCopy> t1{1}; in test() local 59 std::tuple<MutableCopy, int> t1{1, 2}; in test() local 68 std::tuple<MutableCopy> t1{1}; in test() local 76 std::tuple<MutableCopy, int> t1{1, 2}; in test() local 94 std::tuple<TracedCopyMove> t1{}; in test() local 101 std::tuple<TracedCopyMove> t1{}; in test() local 108 std::tuple<TracedCopyMove, TracedCopyMove> t1{}; in test() local 117 std::tuple<CvtFromTupleRef> t1{}; in test() local 124 std::tuple<ExplicitCtrFromTupleRef> t1{}; in test() local
|
H A D | convert_const_move.pass.cpp | 53 const std::tuple<ConstMove> t1{1}; in test() local 61 const std::tuple<ConstMove, int> t1{1, 2}; in test() local 70 const std::tuple<ConstMove> t1{1}; in test() local 78 const std::tuple<ConstMove, int> t1{1, 2}; in test() local 95 const std::tuple<TracedCopyMove> t1{}; in test() local 102 const std::tuple<TracedCopyMove> t1{}; in test() local 109 const std::tuple<TracedCopyMove, TracedCopyMove> t1{}; in test() local 118 const std::tuple<CvtFromConstTupleRefRef> t1{}; in test() local 125 const std::tuple<ExplicitCtrFromConstTupleRefRef> t1{}; in test() local
|
H A D | deduct.pass.cpp | 46 std::tuple t1(42); in test_primary_template() local 53 std::tuple t1(p1); in test_primary_template() local 76 std::tuple t1(T{}); in test_primary_template() local 85 std::tuple t1(AT, A, 42); in test_primary_template() local 95 std::tuple t1(AT, A, T{}); in test_primary_template() local 104 std::tuple t1(AT, A, p1); in test_primary_template() local 127 std::tuple t1(t); in test_primary_template() local 132 std::tuple t1(Tup(nullptr, 42, 'a')); in test_primary_template() local 139 std::tuple t1(AT, A, t); in test_primary_template() local 144 std::tuple t1(AT, A, Tup(nullptr, 42, 'a')); in test_primary_template() local [all …]
|
H A D | PR22806_constrain_tuple_like_ctor.pass.cpp | 95 T t1(42); in main() local 100 T t1(42); in main() local 109 T t1(42); in main() local 115 T t1(42); in main() local 121 T t1(42); in main() local 126 T t1(42); in main() local 135 T t1(42); in main() local 141 T const t1(42); in main() local 151 std::tuple<int> t1(42); in main() local 157 std::tuple<int> t1(42); in main() local [all …]
|
H A D | convert_move.pass.cpp | 70 T1 t1 = std::move(t0); in main() local 77 T1 t1 = std::move(t0); in main() local 85 T1 t1 = std::move(t0); in main() local 95 T1 t1 = std::move(t0); in main() local 105 T1 t1 = std::move(t0); in main() local 111 std::tuple<int> t1(42); in main() local 116 std::tuple<int> t1(42); in main() local
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
H A D | lt.pass.cpp | 42 const T1 t1; in main() local 52 const T1 t1(1); in main() local 62 const T1 t1(1); in main() local 72 const T1 t1(1); in main() local 82 const T1 t1(1, 2); in main() local 92 const T1 t1(1, 2); in main() local 102 const T1 t1(1, 2); in main() local 112 const T1 t1(1, 2); in main() local 122 const T1 t1(1, 2); in main() local 132 const T1 t1(1, 2, 3); in main() local [all …]
|
H A D | eq.pass.cpp | 30 const T1 t1; in main() local 38 const T1 t1(1); in main() local 46 const T1 t1(1); in main() local 54 const T1 t1(1, 2); in main() local 62 const T1 t1(1, 2); in main() local 70 const T1 t1(1, 2); in main() local 78 const T1 t1(1, 2); in main() local 86 const T1 t1(1, 2, 3); in main() local 94 const T1 t1(1, 2, 3); in main() local 102 const T1 t1(1, 2, 3); in main() local [all …]
|
/llvm-project/clang/test/SemaCXX/ |
H A D | builtin-dump-struct.cpp | 177 struct t1 { struct 188 t1 v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, argument
|
/llvm-project/libcxx/test/std/time/time.point/time.point.comparisons/ |
H A D | op_less.pass.cpp | 43 T1 t1(Duration1(3)); in main() local 51 T1 t1(Duration1(3)); in main() local 59 T1 t1(Duration1(3)); in main() local 67 T1 t1(Duration1(3)); in main() local 77 constexpr T1 t1(Duration1(3)); in main() local 85 constexpr T1 t1(Duration1(3)); in main() local 93 constexpr T1 t1(Duration1(3)); in main() local 101 constexpr T1 t1(Duration1(3)); in main() local
|
H A D | op_equal.pass.cpp | 35 T1 t1(Duration1(3)); in main() local 41 T1 t1(Duration1(3)); in main() local 47 T1 t1(Duration1(3)); in main() local 53 T1 t1(Duration1(3)); in main() local 61 constexpr T1 t1(Duration1(3)); in main() local 67 constexpr T1 t1(Duration1(3)); in main() local 73 constexpr T1 t1(Duration1(3)); in main() local 79 constexpr T1 t1(Duration1(3)); in main() local
|
H A D | compare.three_way.pass.cpp | 35 T1 t1(Duration1(3)); in test_with_integral_ticks_value() local 41 T1 t1(Duration1(3)); in test_with_integral_ticks_value() local 47 T1 t1(Duration1(3)); in test_with_integral_ticks_value() local 53 T1 t1(Duration1(3)); in test_with_integral_ticks_value() local 72 TIntR1 t1(DInt30Hz(10)); in test_with_integral_ticks_value_and_custom_period_value() local 78 TIntR1 t1(DInt30Hz(10)); in test_with_integral_ticks_value_and_custom_period_value() local 84 TIntR1 t1(DInt30Hz(11)); in test_with_integral_ticks_value_and_custom_period_value() local 102 F1 t1(DF30Hz(3.5)); in test_with_floating_point_ticks_value() local 108 F1 t1(DF30Hz(3.6)); in test_with_floating_point_ticks_value() local
|
/llvm-project/clang/test/Sema/ |
H A D | bpf-attr-preserve-access-index.cpp | 5 struct t1 { struct 6 int a; 7 int b[4]; 8 int c:1;
|
/llvm-project/flang/test/Lower/ |
H A D | derived-assignments.f90 | 11 type(t) :: t1, t2 local 41 type(t) :: t1, t2 local 77 type(t) :: t1, t2 local 104 subroutine test_array_comp(t1, t2) argument 109 type(t) :: t1, t2 local 135 subroutine test_ptr_comp(t1, t argument 140 type(t) :: t1, global() local 159 test_box_assign(t1, t2) global() argument 166 type(t), pointer :: t1, global() local 179 test_alloc_comp(t1, t2) global() argument 186 type(t) :: t1, global() local [all...] |
H A D | array-derived-assignments.f90 | 19 subroutine test_simple_copy(t1, t2) argument 20 type(simple_copy) :: t1(10), t2(10) local 74 subroutine test_deep_copy(t1, t2) argument 98 type(deep_copy) :: t1(10), t2(10) local
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.special/ |
H A D | non_member_swap.pass.cpp | 29 T t1; in main() local 35 T t1(MoveOnly(1)); in main() local 43 T t1(MoveOnly(2), MoveOnly(3)); in main() local 53 T t1(MoveOnly(3), MoveOnly(4), MoveOnly(5)); in main() local
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.swap/ |
H A D | member_swap.pass.cpp | 29 T t1; in test() local 35 T t1(MoveOnly(1)); in test() local 43 T t1(MoveOnly(2), MoveOnly(3)); in test() local 53 T t1(MoveOnly(3), MoveOnly(4), MoveOnly(5)); in test() local
|
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/ |
H A D | assign_copy.pass.cpp | 28 const T t1[] = {10, 11, 12, 13}; in main() local 40 const T t1[] = {10, 11, 12, 13}; in main() local 52 const T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local 64 const T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local 77 const T t1[] = {10, 11, 12, 13}; in main() local 89 const T t1[] = {10, 11, 12, 13}; in main() local 101 const T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local 113 const T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local 126 const T t1[] = {10, 11, 12, 13}; in main() local 138 const T t1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
|
/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_mop.cpp | 25 ScopedThread t1, t2; in TEST_F() local 32 ScopedThread t1, t2; in TEST_F() local 39 ScopedThread t1, t2; in TEST_F() local 46 ScopedThread t1, t2; in TEST_F() local 53 ScopedThread t1, t2; in TEST_F() local 61 ScopedThread t1, t2; in TEST_F() local 73 ScopedThread t1, t2; in TEST_F() local 92 ScopedThread t1, t2; in TEST_F() local 107 ScopedThread t1, t2; in TEST_F() local 141 ScopedThread t1, t2; in TEST_F() local [all …]
|
/llvm-project/libcxx/test/std/thread/thread.jthread/ |
H A D | swap.free.pass.cpp | 33 std::jthread t1; main() local 44 std::jthread t1 = support::make_test_jthread([] {}); main() local 55 std::jthread t1 = support::make_test_jthread([] {}); main() local 67 std::jthread t1; main() local [all...] |
H A D | swap.member.pass.cpp | 33 std::jthread t1; main() local 44 std::jthread t1 = support::make_test_jthread([] {}); main() local 55 std::jthread t1 = support::make_test_jthread([] {}); main() local 67 std::jthread t1; main() local [all...] |
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
H A D | unique.pass.cpp | 40 const T t1[] = {0, 5, 5, 0, 0, 0, 5}; in main() local 50 const T t1[] = {0, 0, 0, 0}; in main() local 60 const T t1[] = {5, 5, 5}; in main() local 78 const T t1[] = {5, 5, 5, 0}; in main() local 89 const T t1[] = {0, 5, 5, 0, 0, 0, 5}; in main() local 99 const T t1[] = {0, 0, 0, 0}; in main() local 109 const T t1[] = {5, 5, 5}; in main() local 127 const T t1[] = {5, 5, 5, 0}; in main() local
|
H A D | remove.pass.cpp | 52 const T t1[] = {0, 5, 5, 0, 0, 0, 5}; in main() local 62 const T t1[] = {0, 0, 0, 0}; in main() local 71 const T t1[] = {5, 5, 5}; in main() local 89 const T t1[] = {5, 5, 5, 0}; in main() local 99 int t1[] = {1, 2, 1, 3, 5, 8, 11}; in main() local 109 int t1[] = {1, 2, 1, 3, 5, 8, 11, 1}; in main() local 126 const T t1[] = {0, 5, 5, 0, 0, 0, 5}; in main() local 136 const T t1[] = {0, 0, 0, 0}; in main() local 145 const T t1[] = {5, 5, 5}; in main() local 163 const T t1[] = {5, 5, 5, 0}; in main() local
|