| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
| D | convert_copy.pass.cpp | 56 typedef std::tuple<long> T0; in test() typedef 64 typedef std::tuple<long, char> T0; in test() typedef 73 typedef std::tuple<long, char, D> T0; in test() typedef 85 typedef std::tuple<long, char, D&> T0; in test() typedef 123 typedef std::tuple<NothrowCopyAssignable, long> T0; in main() typedef 128 typedef std::tuple<PotentiallyThrowingCopyAssignable, long> T0; in main() typedef
|
| D | convert_move.pass.cpp | 94 typedef std::tuple<long> T0; in test() typedef 102 typedef std::tuple<long, char> T0; in test() typedef 134 typedef std::tuple<long, char, D> T0; in main() typedef 146 typedef std::tuple<long, char, D&> T0; in main() typedef 156 typedef std::tuple<long, char, std::unique_ptr<D>> T0; in main() typedef 173 typedef std::tuple<NothrowMoveAssignable, long> T0; in main() typedef 178 typedef std::tuple<PotentiallyThrowingMoveAssignable, long> T0; in main() typedef
|
| /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
| D | convert_copy.pass.cpp | 71 typedef std::tuple<long> T0; in main() typedef 79 typedef std::tuple<int> T0; in main() typedef 86 typedef std::tuple<int> T0; in main() typedef 94 typedef std::tuple<long, char> T0; in main() typedef 102 typedef std::tuple<long, char, D> T0; in main() typedef 112 typedef std::tuple<long, char, D&> T0; in main() typedef 122 typedef std::tuple<long, char, int> T0; in main() typedef
|
| D | alloc_const_pair.pass.cpp | 30 typedef std::pair<long, int> T0; in main() typedef 38 typedef std::pair<int, int> T0; in main() typedef 48 typedef std::pair<int, int> T0; in main() typedef
|
| D | alloc_convert_copy.pass.cpp | 40 typedef std::tuple<long> T0; in main() typedef 47 typedef std::tuple<int> T0; in main() typedef 56 typedef std::tuple<int, int> T0; in main() typedef 68 typedef std::tuple<long, int, int> T0; in main() typedef
|
| D | convert_move.pass.cpp | 51 typedef std::tuple<long> T0; in main() typedef 58 typedef std::tuple<long, char> T0; in main() typedef 66 typedef std::tuple<long, char, D> T0; in main() typedef 76 typedef std::tuple<long, char, D&> T0; in main() typedef 86 typedef std::tuple<long, char, std::unique_ptr<D>> T0; in main() typedef
|
| D | alloc_convert_move.pass.cpp | 56 typedef std::tuple<int> T0; in main() typedef 65 typedef std::tuple<std::unique_ptr<D>> T0; in main() typedef 72 typedef std::tuple<int, std::unique_ptr<D>> T0; in main() typedef 82 typedef std::tuple<int, int, std::unique_ptr<D>> T0; in main() typedef
|
| D | const_pair.pass.cpp | 27 typedef std::pair<long, char> T0; in main() typedef
|
| /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
| D | convert_move.pass.cpp | 50 typedef std::tuple<long> T0; in main() typedef 58 typedef std::tuple<long, char> T0; in main() typedef 67 typedef std::tuple<long, char, D> T0; in main() typedef 79 typedef std::tuple<long, char, D&> T0; in main() typedef 89 typedef std::tuple<long, char, std::unique_ptr<D>> T0; in main() typedef
|
| D | convert_copy.pass.cpp | 39 typedef std::tuple<long> T0; in main() typedef 47 typedef std::tuple<long, char> T0; in main() typedef 56 typedef std::tuple<long, char, D> T0; in main() typedef 68 typedef std::tuple<long, char, D&> T0; in main() typedef
|
| D | const_pair.pass.cpp | 26 typedef std::pair<long, char> T0; in main() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
| D | convert_copy.pass.cpp | 79 typedef std::tuple<long> T0; in main() typedef 87 typedef std::tuple<int> T0; in main() typedef 94 typedef std::tuple<int> T0; in main() typedef 102 typedef std::tuple<long, char> T0; in main() typedef 110 typedef std::tuple<long, char, D> T0; in main() typedef 120 typedef std::tuple<long, char, D&> T0; in main() typedef 130 typedef std::tuple<long, char, int> T0; in main() typedef
|
| D | alloc_const_pair.pass.cpp | 30 typedef std::pair<long, int> T0; in main() typedef 38 typedef std::pair<int, int> T0; in main() typedef 48 typedef std::pair<int, int> T0; in main() typedef
|
| D | convert_move.pass.cpp | 66 typedef std::tuple<long> T0; in main() typedef 73 typedef std::tuple<long, char> T0; in main() typedef 81 typedef std::tuple<long, char, D> T0; in main() typedef 91 typedef std::tuple<long, char, D&> T0; in main() typedef 101 typedef std::tuple<long, char, std::unique_ptr<D>> T0; in main() typedef
|
| D | alloc_convert_copy.pass.cpp | 51 typedef std::tuple<long> T0; in main() typedef 58 typedef std::tuple<int> T0; in main() typedef 67 typedef std::tuple<int, int> T0; in main() typedef 79 typedef std::tuple<long, int, int> T0; in main() typedef
|
| D | alloc_convert_move.pass.cpp | 66 typedef std::tuple<int> T0; in main() typedef 75 typedef std::tuple<std::unique_ptr<D>> T0; in main() typedef 82 typedef std::tuple<int, std::unique_ptr<D>> T0; in main() typedef 92 typedef std::tuple<int, int, std::unique_ptr<D>> T0; in main() typedef
|
| /external/clang/test/SemaTemplate/ |
| D | anonymous-union.cpp | 4 struct T0 { struct 11 struct T1 : public T0, public T { //expected-warning{{direct base 'T0' is inaccessible due to ambig… argument
|
| /external/clang/test/Layout/ |
| D | ms-x86-misalignedarray.cpp | 6 struct T0 { char c; }; argument
|
| /external/clang/test/SemaCXX/ |
| D | PR10243.cpp | 5 struct T0 { struct 7 T0() = default; argument
|
| /external/clang/test/CodeGen/ |
| D | bitfield-init.c | 13 typedef union T0 { char field0 : 2; } T0; typedef
|
| D | struct-passing.c | 7 typedef int T0; typedef
|
| /external/clang/test/Modules/Inputs/ |
| D | linkage-merge-sub.h | 11 typedef int T0; typedef
|
| /external/clang/test/Sema/ |
| D | PR2919-builtin-types-compat-strips-crv.c | 3 typedef struct foo T0; typedef
|
| /external/clang/test/Modules/ |
| D | linkage-merge.m | 26 typedef float T0; typedef
|
| /external/clang/test/PCH/ |
| D | objc_exprs.m | 18 int *T0 = (objc_id_protocol_ty)0; // expected-warning {{aka 'id<foo>'}} function
|