/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
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_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_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
|
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
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_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 | 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_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
|
/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
|
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
D | convert_move.pass.cpp | 51 typedef std::tuple<long> T0; in main() typedef 59 typedef std::tuple<long, char> T0; in main() typedef 68 typedef std::tuple<long, char, D> T0; in main() typedef 80 typedef std::tuple<long, char, D&> T0; in main() typedef 90 typedef std::tuple<long, char, std::unique_ptr<D>> T0; in main() typedef
|
D | convert_copy.pass.cpp | 40 typedef std::tuple<long> T0; in main() typedef 48 typedef std::tuple<long, char> T0; in main() typedef 57 typedef std::tuple<long, char, D> T0; in main() typedef 69 typedef std::tuple<long, char, D&> T0; in main() typedef
|
/external/llvm-project/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/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/llvm-project/clang/test/Layout/ |
D | ms-x86-misalignedarray.cpp | 6 struct T0 { char c; }; 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/llvm-project/clang/test/SemaCXX/ |
D | PR10243.cpp | 5 struct T0 { struct 7 T0() = default; argument
|
D | operator-new-size-diagnose_if.cpp | 8 struct T0 { struct 9 int j = 0;
|
/external/llvm-project/clang/test/CodeGen/ |
D | bitfield-init.c | 13 typedef union T0 { char field0 : 2; } T0; typedef
|
/external/clang/test/CodeGen/ |
D | bitfield-init.c | 13 typedef union T0 { char field0 : 2; } T0; union
|
/external/llvm-project/clang/test/Modules/Inputs/ |
D | linkage-merge-sub.h | 11 typedef int T0; typedef
|
/external/clang/test/Modules/Inputs/ |
D | linkage-merge-sub.h | 11 typedef int T0; typedef
|