Home
last modified time | relevance | path

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

12345678910>>...12

/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/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/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dcross-section-relative.s35 .globl t3 # @t3 symbol
37 t3: label
/external/llvm/test/MC/COFF/
Dcross-section-relative.s37 .globl t3 # @t3 symbol
39 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/test/MC/Mips/
Dasciiz-directive.s14 t3: label
Dcpsetup.s84 t3: label
/external/libcxx/test/std/utilities/type.index/type.index.members/
Deq.pass.cpp24 std::type_index t3 = typeid(long); in main() local
Dlt.pass.cpp26 std::type_index t3 = typeid(long); in main() local
/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dasciiz-directive.s14 t3: label
Dcpsetup.s86 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
Dtype_info.pass.cpp26 const std::type_info& t3 = typeid(short); in main() local
/external/clang/test/Sema/
Dattr-returns-twice.c12 typedef void (*t3)(void) __attribute__((returns_twice)); // expected-warning {{'returns_twice' attr… typedef
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dp1.cpp9 Tuple<int, float, double> *t3; variable
/external/testng/src/test/java/test/superclass/
DChild2Test.java15 public void t3() { in t3() method in Child2Test
DChild1Test.java15 public void t3() { in t3() method in Child1Test
/external/clang/test/SemaObjCXX/
Dvararg-non-pod.mm36 void t3(D *d, id<P> p) function
/external/libcxx/test/std/thread/thread.mutex/thread.lock/
Dtypes.pass.cpp33 T3 t3 = std::adopt_lock; ((void)t3); in main() local
/external/clang/test/PCH/Inputs/
Dnamespaces.h19 typedef int t3; typedef
/external/libcxx/test/std/utilities/time/time.point/time.point.nonmember/
Dop_+.pass.cpp44 constexpr std::chrono::time_point<Clock, Duration2> t3 = Duration2(6) + t1; in main() local

12345678910>>...12