Home
last modified time | relevance | path

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

12345678910

/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/libcxx/utilities/tuple/tuple.tuple/
Ddiagnose_reference_binding.pass.cpp46 std::tuple<int&> t3(std::allocator_arg, alloc, cr); in main() local
54 std::tuple<int const&> t3(std::allocator_arg, alloc, std::ref(x)); in main() local
66 std::tuple<int const&> t3(std::allocator_arg, alloc, r); in main() local
Ddiagnose_reference_binding.fail.cpp32 …std::tuple<std::string &&> t3(std::allocator_arg, alloc, "hello"); // expected-note {{requested he… in main() local
/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/test/MC/COFF/
Dcross-section-relative.s37 .globl t3 # @t3 symbol
39 t3: label
/external/r8/src/test/examples/bridge/
DBridgeMethod.java8 public abstract int rangeMethod(T t0, T t1, T t2, T t3, T t4, T t5); in rangeMethod()
22 public int rangeMethod(Integer t0, Integer t1, Integer t2, Integer t3, Integer t4, Integer t5) { in rangeMethod()
/external/llvm/test/MC/Mips/
Dasciiz-directive.s14 t3: label
Dcpsetup.s84 t3: label
/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
/external/clang/test/CXX/except/except.spec/
Dtemplate.cpp11 void (*t3)() noexcept = &f2<2>; // no-error variable
/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/CodeGen/
Dattr-naked.c19 __attribute((naked)) void t3(int x) { in t3() function
Dms-inline-asm.c20 void t3() { in t3() function
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dp1.cpp9 Tuple<int, float, double> *t3; variable
/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/SemaObjCXX/
Dvararg-non-pod.mm36 void t3(D *d, id<P> p) function
/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/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
/external/testng/src/test/java/test/junit4/
DJUnit4Sample2.java24 public void t3() { in t3() method in JUnit4Sample2

12345678910