Home
last modified time | relevance | path

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

12345678910>>...19

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
Dtuple_cat.pass.cpp103 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/
Dtuple_cat.pass.cpp110 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/
Dbit_cnt.cpp126 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/
Dresolve29.f905 type t3 type
27 integer :: t3 local
Dresolve34.f9030 type :: t3 type
36 real :: t3 component
56 type, extends(t2) :: t3 type
63 integer :: t3 component
Dsymbol06.f9017 type, extends(t2) :: t3 type
74 type, extends(t2) :: t3 type
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
Dmerge_pred.pass.cpp28 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
Dmerge.pass.cpp27 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/
Dmerge.pass.cpp27 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
Dmerge_pred.pass.cpp28 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/
Dcross-section-relative.s37 .globl t3 # @t3 symbol
39 t3: label
/external/llvm-project/llvm/test/MC/COFF/
Dcross-section-relative.s35 .globl t3 # @t3 symbol
37 t3: label
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR20855_tuple_ref_binding_diagnostics.pass.cpp107 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/
DPR20855_tuple_ref_binding_diagnostics.pass.cpp106 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/
Darm-thumb-mode-target-feature.c15 void t3() {} in t3() function
Dneon-aapcs-align.c12 void t3(int32x4_t *src) { in t3() function
/external/clang/test/CXX/except/except.spec/
Dtemplate.cpp11 void (*t3)() noexcept = &f2<2>; // no-error variable
/external/clang/test/CodeGen/
Dattr-naked.c19 __attribute((naked)) void t3(int x) { in t3() function
/external/llvm-project/llvm/test/MC/Mips/
Dasciiz-directive.s14 t3: label
/external/libcxx/test/std/language.support/support.rtti/type.info/
Dtype_info_hash.pass.cpp20 const std::type_info& t3 = typeid(short); in main() local
/external/llvm-project/clang/test/CXX/except/except.spec/
Dtemplate.cpp11 void (*t3)() noexcept = &f2<2>; // no-error variable
/external/llvm-project/clang/test/Sema/
Dattr-returns-twice.c12 typedef void (*t3)(void) __attribute__((returns_twice)); // expected-warning {{'returns_twice' attr… typedef
/external/clang/test/Sema/
Dattr-returns-twice.c12 typedef void (*t3)(void) __attribute__((returns_twice)); // expected-warning {{'returns_twice' attr… typedef
/external/libcxx/test/std/utilities/type.index/type.index.members/
Dlt.pass.cpp26 std::type_index t3 = typeid(long); in main() local
Deq.pass.cpp24 std::type_index t3 = typeid(long); in main() local

12345678910>>...19