| /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
| D | tuple_cat.pass.cpp | 103 std::tuple<> t3 = std::tuple_cat(t1, t2); in main() local 109 std::tuple<int> t3 = std::tuple_cat(t1, t2); in main() local 115 std::tuple<int> t3 = std::tuple_cat(t2, t1); in main() local 121 std::tuple<int*, int> t3 = std::tuple_cat(t1, t2); in main() local 128 std::tuple<int, int*> t3 = std::tuple_cat(t2, t1); in main() local 135 std::tuple<int*, int, double> t3 = std::tuple_cat(t1, t2); in main() local 143 std::tuple<int, double, int*> t3 = std::tuple_cat(t2, t1); in main() local 151 std::tuple<int*, MoveOnly, int, double> t3 = in main() local 161 std::tuple<int, double, int*, MoveOnly> t3 = in main() local 171 std::tuple<MoveOnly, MoveOnly, int*, MoveOnly> t3 = in main() local [all …]
|
| /external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
| D | tuple_cat.pass.cpp | 110 std::tuple<> t3 = std::tuple_cat(t1, t2); in main() local 116 std::tuple<int> t3 = std::tuple_cat(t1, t2); in main() local 122 std::tuple<int> t3 = std::tuple_cat(t2, t1); in main() local 128 std::tuple<int*, int> t3 = std::tuple_cat(t1, t2); in main() local 135 std::tuple<int, int*> t3 = std::tuple_cat(t2, t1); in main() local 142 std::tuple<int*, int, double> t3 = std::tuple_cat(t1, t2); in main() local 150 std::tuple<int, double, int*> t3 = std::tuple_cat(t2, t1); in main() local 158 std::tuple<int*, MoveOnly, int, double> t3 = in main() local 168 std::tuple<int, double, int*, MoveOnly> t3 = in main() local 178 std::tuple<MoveOnly, MoveOnly, int*, MoveOnly> t3 = in main() local [all …]
|
| /external/aac/libAACenc/src/ |
| D | bit_cnt.cpp | 126 INT t0, t1, t2, t3; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() local 192 INT t0, t1, t2, t3; in FDKaacEnc_count3_4_5_6_7_8_9_10_11() local 258 INT t0, t1, t2, t3; in FDKaacEnc_count5_6_7_8_9_10_11() local 320 INT t0, t1, t2, t3; in FDKaacEnc_count7_8_9_10_11() local 379 INT t0, t1, t2, t3; in FDKaacEnc_count9_10_11() local 435 INT t0, t1, t2, t3; in FDKaacEnc_count11() local 561 INT i, t0, t1, t2, t3; in FDKaacEnc_countValues() local 727 INT i, t0, t1, t2, t3, t00, t01; in FDKaacEnc_codeValues() local
|
| /external/llvm-project/flang/test/Semantics/ |
| D | resolve29.f90 | 5 type t3 type 27 integer :: t3 local
|
| D | resolve34.f90 | 30 type :: t3 type 36 real :: t3 component 56 type, extends(t2) :: t3 type 63 integer :: t3 component
|
| D | symbol06.f90 | 17 type, extends(t2) :: t3 type 74 type, extends(t2) :: t3 type
|
| /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
| D | merge_pred.pass.cpp | 28 const T t3[] = {15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; in main() local 41 const T t3[] = {15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; in main() local
|
| D | merge.pass.cpp | 27 const T t3[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; in main() local 40 const T t3[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; in main() local
|
| /external/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
| D | merge.pass.cpp | 27 const T t3[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; in main() local 40 const T t3[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; in main() local
|
| D | merge_pred.pass.cpp | 28 const T t3[] = {15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; in main() local 41 const T t3[] = {15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; in main() local
|
| /external/llvm/test/MC/COFF/ |
| D | cross-section-relative.s | 37 .globl t3 # @t3 symbol 39 t3: label
|
| /external/llvm-project/llvm/test/MC/COFF/ |
| D | cross-section-relative.s | 35 .globl t3 # @t3 symbol 37 t3: label
|
| /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
| D | PR20855_tuple_ref_binding_diagnostics.pass.cpp | 107 std::tuple<int&> t3(std::allocator_arg, alloc, cr); in allocator_tests() local 115 std::tuple<int const&> t3(std::allocator_arg, alloc, std::ref(x)); in allocator_tests() local 127 std::tuple<int const&> t3(std::allocator_arg, alloc, r); in allocator_tests() local
|
| /external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
| D | PR20855_tuple_ref_binding_diagnostics.pass.cpp | 106 std::tuple<int&> t3(std::allocator_arg, alloc, cr); in allocator_tests() local 114 std::tuple<int const&> t3(std::allocator_arg, alloc, std::ref(x)); in allocator_tests() local 126 std::tuple<int const&> t3(std::allocator_arg, alloc, r); in allocator_tests() local
|
| /external/llvm-project/clang/test/CodeGen/ |
| D | arm-thumb-mode-target-feature.c | 15 void t3() {} in t3() function
|
| D | neon-aapcs-align.c | 12 void t3(int32x4_t *src) { in t3() function
|
| /external/clang/test/CXX/except/except.spec/ |
| D | template.cpp | 11 void (*t3)() noexcept = &f2<2>; // no-error variable
|
| /external/clang/test/CodeGen/ |
| D | attr-naked.c | 19 __attribute((naked)) void t3(int x) { in t3() function
|
| /external/llvm-project/llvm/test/MC/Mips/ |
| D | asciiz-directive.s | 14 t3: label
|
| /external/libcxx/test/std/language.support/support.rtti/type.info/ |
| D | type_info_hash.pass.cpp | 20 const std::type_info& t3 = typeid(short); in main() local
|
| /external/llvm-project/clang/test/CXX/except/except.spec/ |
| D | template.cpp | 11 void (*t3)() noexcept = &f2<2>; // no-error variable
|
| /external/llvm-project/clang/test/Sema/ |
| D | attr-returns-twice.c | 12 typedef void (*t3)(void) __attribute__((returns_twice)); // expected-warning {{'returns_twice' attr… typedef
|
| /external/clang/test/Sema/ |
| D | attr-returns-twice.c | 12 typedef void (*t3)(void) __attribute__((returns_twice)); // expected-warning {{'returns_twice' attr… typedef
|
| /external/libcxx/test/std/utilities/type.index/type.index.members/ |
| D | lt.pass.cpp | 26 std::type_index t3 = typeid(long); in main() local
|
| D | eq.pass.cpp | 24 std::type_index t3 = typeid(long); in main() local
|