Home
last modified time | relevance | path

Searched defs:t3 (Results 1 – 25 of 263) sorted by relevance

1234567891011

/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
H A Dtuple_cat.pass.cpp158 std::tuple<int> t3 = std::tuple_cat(t1, t2); in main() local
110 std::tuple<> t3 = std::tuple_cat(t1, t2); main() local
116 std::tuple<int> t3 = std::tuple_cat(t1, t2); main() local
122 std::tuple<int> t3 = std::tuple_cat(t2, t1); main() local
128 std::tuple<int*, int> t3 = std::tuple_cat(t1, t2); main() local
135 std::tuple<int, int*> t3 = std::tuple_cat(t2, t1); main() local
142 std::tuple<int*, int, double> t3 = std::tuple_cat(t1, t2); main() local
150 std::tuple<int, double, int*> t3 = std::tuple_cat(t2, t1); main() local
168 std::tuple<int, double, int*, MoveOnly> t3 = main() local
178 std::tuple<MoveOnly, MoveOnly, int*, MoveOnly> t3 = main() local
189 std::tuple<MoveOnly, MoveOnly, int*, MoveOnly> t3 = main() local
201 std::tuple<MoveOnly, MoveOnly, int*, MoveOnly> t3 = main() local
213 std::tuple<MoveOnly, MoveOnly, int*, MoveOnly> t3 = main() local
225 std::tuple<MoveOnly, MoveOnly, int*, MoveOnly, int> t3 = main() local
[all...]
/llvm-project/flang/test/Semantics/
H A Dpure02.f909 elemental subroutine t3(k) ! ok subroutine
30 elemental subroutine t3(k) ! ok subroutine
50 elemental subroutine t3(k) subroutine
51 integer, intent(in) :: k local
H A Dsymbol06.f9017 type, extends(t2) :: t3 type
74 type, extends(t2) :: t3 type
H A Dresolve34.f9030 type :: t3 type
36 real :: t3 component
56 type, extends(t2) :: t3 type
63 integer :: t3 component
/llvm-project/clang/test/CodeGen/
H A Dattr-btf_tag-dicomposite.c32 struct __tag1 t3; variable
33 struct t3 { struct
37 int foo3(struct t3 *arg) { in foo3() argument
H A Dbpf-struct-argument.c8 struct t3 { struct
23 int foo2(struct t3 arg1, struct t4 arg2) { in foo2() argument
H A Dneon-aapcs-align.c14 void t3(int32x4_t *src) { in t3() function
H A Darm-thumb-mode-target-feature.c15 void t3() {} in t3() function
/llvm-project/llvm/test/MC/COFF/
H A Dcross-section-relative.s35 .globl t3 # @t3 symbol
37 t3: label
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dmerge_lvalue_pred.pass.cpp43 const T t3[] = {15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; in main() local
84 const T t3[] = {{4, 1}, {3, 0}, {2, 0}, {2, 1}, {1, 1}, {0, 0}, {0, 1}}; in main() local
101 const T t3[] = {15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; in main() local
H A Dmerge_lvalue.pass.cpp43 const T t3[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; in main() local
84 const T t3[] = {{0, 0}, {0, 1}, {1, 1}, {2, 0}, {2, 1}, {3, 0}, {4, 1}}; in main() local
100 const T t3[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; in main() local
H A Dmerge_rvalue.pass.cpp42 const T t3[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; in main() local
79 const T t3[] = {{0, 0}, {0, 1}, {1, 1}, {2, 0}, {2, 1}, {3, 0}, {4, 1}}; in main() local
94 const T t3[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; in main() local
H A Dmerge_rvalue_pred.pass.cpp42 const T t3[] = {15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; in main() local
79 const T t3[] = {{4, 1}, {3, 0}, {2, 0}, {2, 1}, {1, 1}, {0, 0}, {0, 1}}; in main() local
95 const T t3[] = {15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; in main() local
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DPR20855_tuple_ref_binding_diagnostics.pass.cpp105 std::tuple<int&> t3(std::allocator_arg, alloc, cr); in allocator_tests() local
113 std::tuple<int const&> t3(std::allocator_arg, alloc, std::ref(x)); in allocator_tests() local
125 std::tuple<int const&> t3(std::allocator_arg, alloc, r); in allocator_tests() local
/llvm-project/llvm/test/tools/llvm-ml/
H A Danonymous_labels.asm24 t3: label
H A Dvariable.asm19 t3 BYTE t3_VALUE label
/llvm-project/clang/test/Sema/
H A Dattr-returns-twice.c12 typedef void (*t3)(void) __attribute__((returns_twice)); // expected-warning {{'returns_twice' attr… typedef
/llvm-project/clang/test/CXX/except/except.spec/
H A Dtemplate.cpp11 void (*t3)() noexcept = &f2<2>; // no-error variable
/llvm-project/llvm/test/MC/Mips/
H A Dasciiz-directive.s14 t3: label
/llvm-project/clang/test/C/C23/
H A Dn2900_n3011_2.c82 struct T t3 = { (int){}, {} }; in test_nested_structs() local
94 struct T t3[num_elts] = {}; in test_vla_of_nested_structs() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp1.cpp9 Tuple<int, float, double> *t3; variable
/llvm-project/lld/test/wasm/
H A Dduplicate-table-imports.s20 .globl t3 symbol
/llvm-project/libc/test/src/time/
H A Dtime_test.cpp20 time_t t3 = LIBC_NAMESPACE::time(nullptr); TEST() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dno-int-to-ptr.cpp20 void *t3(long long int x) { in t3() function
/llvm-project/libcxx/test/std/language.support/support.rtti/type.info/
H A Dtype_info_hash.pass.cpp23 const std::type_info& t3 = typeid(short); in main() local

1234567891011