/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
H A D | convert_copy.pass.cpp | 53 typedef std::tuple<long> T0; in test() typedef 61 typedef std::tuple<long, char> T0; in test() typedef 70 typedef std::tuple<long, char, D> T0; in test() typedef 82 typedef std::tuple<long, char, D&> T0; in test() typedef 120 typedef std::tuple<NothrowCopyAssignable, long> T0; in main() typedef 125 typedef std::tuple<PotentiallyThrowingCopyAssignable, long> T0; in main() typedef
|
H A D | convert_move.pass.cpp | 96 typedef std::tuple<long> T0; in test() typedef 104 typedef std::tuple<long, char> T0; in test() typedef 136 typedef std::tuple<long, char, D> T0; in main() typedef 148 typedef std::tuple<long, char, D&> T0; in main() typedef 158 typedef std::tuple<long, char, std::unique_ptr<D>> T0; in main() typedef 175 typedef std::tuple<NothrowMoveAssignable, long> T0; in main() typedef 180 typedef std::tuple<PotentiallyThrowingMoveAssignable, long> T0; in main() typedef
|
H A D | const_pair.pass.cpp | 39 typedef std::pair<long, char> T0; in test() typedef
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
H A 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
|
H A 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
|
H A D | convert_move.pass.cpp | 67 typedef std::tuple<long> T0; in main() typedef 74 typedef std::tuple<long, char> T0; in main() typedef 82 typedef std::tuple<long, char, D> T0; in main() typedef 92 typedef std::tuple<long, char, D&> T0; in main() typedef 102 typedef std::tuple<long, char, std::unique_ptr<D>> T0; in main() typedef
|
H A 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
|
H A 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
|
H A D | const_pair.pass.cpp | 26 typedef std::pair<long, char> T0; in main() typedef
|
H A D | alloc_move_pair.pass.cpp | 46 typedef std::pair<int, std::unique_ptr<D>> T0; in main() typedef
|
H A D | move_pair.pass.cpp | 42 typedef std::pair<long, std::unique_ptr<D>> T0; in main() typedef
|
/llvm-project/clang/test/SemaTemplate/ |
H A 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
|
/llvm-project/clang/test/Layout/ |
H A D | ms-x86-misalignedarray.cpp | 5 struct T0 { char c; }; struct
|
/llvm-project/clang/test/SemaCXX/ |
H A D | PR10243.cpp | 5 struct T0 { struct 7 T0() = default; argument
|
H A D | operator-new-size-diagnose_if.cpp | 8 struct T0 { struct 9 int j = 0;
|
/llvm-project/clang/test/CodeGen/ |
H A D | bitfield-init.c | 13 typedef union T0 { char field0 : 2; } T0; union
|
H A D | struct-passing.c | 7 typedef int T0; typedef
|
H A D | cmse-clear-arg.c | 19 typedef struct T0 { struct 21 } T0; argument
|
H A D | union.c | 43 typedef union T0 { unsigned int : 0; } T0; typedef
|
/llvm-project/clang/test/Sema/ |
H A D | PR2919-builtin-types-compat-strips-crv.c | 4 typedef struct foo T0; typedef
|
/llvm-project/clang/test/Modules/Inputs/ |
H A D | linkage-merge-sub.h | 11 typedef int T0; typedef
|
/llvm-project/clang/test/Modules/ |
H A D | linkage-merge.m | 26 typedef float T0; typedef
|
/llvm-project/clang/test/PCH/ |
H A D | objc_exprs.m | 18 int *T0 = (objc_id_protocol_ty)0; // expected-warning {{aka 'id<foo>'}} function
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/ |
H A D | p10.cpp | 3 typedef const int T0; typedef
|
/llvm-project/compiler-rt/lib/xray/tests/unit/ |
H A D | buffer_queue_test.cpp | 100 auto T0 = std::async(std::launch::async, F); in TEST() local 211 std::thread T0(Process), T1(Process); in TEST() local
|