/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/libcxx/test/libcxx/utilities/tuple/tuple.tuple/ |
D | diagnose_reference_binding.pass.cpp | 46 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
|
D | diagnose_reference_binding.fail.cpp | 32 …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/ |
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/test/MC/COFF/ |
D | cross-section-relative.s | 37 .globl t3 # @t3 symbol 39 t3: label
|
/external/r8/src/test/examples/bridge/ |
D | BridgeMethod.java | 8 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/ |
D | asciiz-directive.s | 14 t3: label
|
D | cpsetup.s | 84 t3: label
|
/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
|
/external/clang/test/CXX/except/except.spec/ |
D | template.cpp | 11 void (*t3)() noexcept = &f2<2>; // no-error variable
|
/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
|
D | type_info.pass.cpp | 26 const std::type_info& t3 = typeid(short); in main() local
|
/external/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/CodeGen/ |
D | attr-naked.c | 19 __attribute((naked)) void t3(int x) { in t3() function
|
D | ms-inline-asm.c | 20 void t3() { in t3() function
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | p1.cpp | 9 Tuple<int, float, double> *t3; variable
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/ |
D | types.pass.cpp | 33 T3 t3 = std::adopt_lock; ((void)t3); in main() local
|
/external/clang/test/SemaObjCXX/ |
D | vararg-non-pod.mm | 36 void t3(D *d, id<P> p) function
|
/external/testng/src/test/java/test/superclass/ |
D | Child2Test.java | 15 public void t3() { in t3() method in Child2Test
|
D | Child1Test.java | 15 public void t3() { in t3() method in Child1Test
|
/external/clang/test/PCH/Inputs/ |
D | namespaces.h | 19 typedef int t3; typedef
|
/external/libcxx/test/std/utilities/time/time.point/time.point.nonmember/ |
D | op_+.pass.cpp | 44 constexpr std::chrono::time_point<Clock, Duration2> t3 = Duration2(6) + t1; in main() local
|
/external/testng/src/test/java/test/junit4/ |
D | JUnit4Sample2.java | 24 public void t3() { in t3() method in JUnit4Sample2
|