/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
H A D | three_way.pass.cpp | 49 typedef std::tuple<short> T2; in test() typedef 57 typedef std::tuple<short, unsigned long> T2; in test() typedef 67 typedef std::tuple<short, long, unsigned int> T2; in test() typedef 80 typedef std::tuple<double> T2; in test() typedef 88 typedef std::tuple<double, unsigned int> T2; in test() typedef 98 typedef std::tuple<double, long, unsigned int> T2; in test() typedef 110 typedef std::tuple<double> T2; in test() typedef 117 typedef std::tuple<float, float> T2; in test() typedef 124 typedef std::tuple<double, double, float> T2; in test() typedef 133 typedef std::tuple<int, long, unsigned short> T2; in test() typedef [all …]
|
H A D | lt.pass.cpp | 41 typedef std::tuple<> T2; in main() typedef 51 typedef std::tuple<double> T2; in main() typedef 61 typedef std::tuple<double> T2; in main() typedef 71 typedef std::tuple<double> T2; in main() typedef 81 typedef std::tuple<double, long> T2; in main() typedef 91 typedef std::tuple<double, long> T2; in main() typedef 101 typedef std::tuple<double, long> T2; in main() typedef 111 typedef std::tuple<double, long> T2; in main() typedef 121 typedef std::tuple<double, long> T2; in main() typedef 131 typedef std::tuple<double, long, int> T2; in main() typedef [all …]
|
H A D | eq.pass.cpp | 29 typedef std::tuple<> T2; in main() typedef 37 typedef std::tuple<double> T2; in main() typedef 45 typedef std::tuple<double> T2; in main() typedef 53 typedef std::tuple<double, long> T2; in main() typedef 61 typedef std::tuple<double, long> T2; in main() typedef 69 typedef std::tuple<double, long> T2; in main() typedef 77 typedef std::tuple<double, long> T2; in main() typedef 85 typedef std::tuple<double, long, int> T2; in main() typedef 93 typedef std::tuple<double, long, int> T2; in main() typedef 101 typedef std::tuple<double, long, int> T2; in main() typedef [all …]
|
H A D | size_incompatible_three_way.compile.pass.cpp | 25 typedef std::tuple<int, long> T2; typedef
|
/llvm-project/clang/test/CodeGen/ |
H A D | mips-zero-sized-struct.c | 26 typedef struct T2 { } T2; struct
|
H A D | pragma-pack-1.c | 20 struct T2 struct 22 char b; 23 int c;
|
/llvm-project/clang/test/PCH/ |
H A D | cxx-alias-decl.cpp | 17 using T2 = B<A>; typedef 18 using T2 = S; typedef
|
H A D | objc_exprs.m | 21 int *T2 = (objc_qual_interface_ty)0; // expected-warning {{aka 'itf<foo> *'}} function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | PR10243.cpp | 15 struct T2 { struct 17 T2& operator=(const T2&) = default; argument
|
/llvm-project/libcxx/test/std/utilities/utility/utility.inplace/ |
H A D | inplace.pass.cpp | 52 using T2 = std::in_place_type_t<int>; in main() typedef 63 using T2 = std::in_place_index_t<1>; in main() typedef
|
/llvm-project/lldb/test/API/lang/cpp/template/ |
H A D | main.cpp | 59 template <typename FLOAT> struct T2 { FLOAT f = 2.5; int i = 42; }; argument
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.readable/ |
H A D | iter_common_reference_t.compile.pass.cpp | 27 struct T2 { struct 31 static_assert(std::same_as<std::iter_common_reference_t<T2>, X&>); argument
|
/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
H A D | common_type.pass.cpp | 149 test_bullet_three_one_imp<T1, T2, S<int> >(); in test_bullet_three_one() typedef 155 typedef long T2; test_bullet_three_one() typedef 190 typedef int* T2; test_bullet_three_three() typedef 198 typedef void T2; test_bullet_three_three() typedef 204 typedef X<int> T2; test_bullet_three_three() typedef [all...] |
/llvm-project/clang/test/Parser/ |
H A D | cxx-default-args.cpp | 21 template <int A, int B> struct T2 { enum {V}; }; struct
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | duplicate-mangled-name.cpp | 50 struct T2 { struct 51 …~T2() {} // expected-error {{definition with same mangled name '_ZN2T2D2Ev' as another definition}} in ~T2() argument
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
H A D | laziness.pass.cpp | 63 using T2 = std::tuple<long, long, long>; in test_assignability_checks() typedef 68 using T2 = std::pair<long, double>; in test_assignability_checks() typedef
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_equalities.c | 444 __isl_give isl_mat **T2, __isl_take isl_mat *free1, in empty_compression() 531 int first, __isl_give isl_mat **T2) in isl_mat_final_variable_compression() 626 __isl_give isl_mat **T2) in isl_mat_variable_compression() 636 __isl_give isl_mat **T2) in return_with_identity() 666 __isl_give isl_mat **T, __isl_give isl_mat **T2) in compress_variables() 710 __isl_give isl_mat **T2) in isl_basic_set_remove_equalities()
|
/llvm-project/clang/unittests/AST/ |
H A D | ProfilingTest.cpp | 44 template <class T> static void testTypeNode(const T *T1, const T *T2) { in testTypeNode() 68 auto *T2 = cast<DeducedTemplateSpecializationType>( in TEST() local
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.id/ |
H A D | p3.cpp | 70 template<typename T> struct T2 { static constexpr bool value = sizeof(T) == 2; }; struct
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p6.cpp | 55 template<typename T> struct T2 : virtual T { struct 58 constexpr T2() {} in T2() function
|
/llvm-project/libcxx/test/support/ |
H A D | indirectly_readable.h | 22 struct T2 : Common<Token> { }; struct
|
/llvm-project/clang/test/CodeCompletion/ |
H A D | documentation.cpp | 8 class T2 { class
|
/llvm-project/clang/test/Analysis/ |
H A D | cxx-uninitialized-object-unguarded-access.cpp | 59 NoUnguardedFieldsTest T2(NoUnguardedFieldsTest::Kind::V); in fNoUnguardedFieldsTest() local 100 T2(NoUngardedFieldsNoReturnFuncCalledTest::Kind::V); in fNoUngardedFieldsNoReturnFuncCalledTest() local 145 T2(NoUnguardedFieldsWithUndefMethodTest::Kind::V); in fNoUnguardedFieldsWithUndefMethodTest() local 353 IfGuardedFieldsTest T2(IfGuardedFieldsTest::Kind::V); in fIfGuardedFieldsTest() local 400 SwitchGuardedFieldsTest T2(SwitchGuardedFieldsTest::Kind::V); in fSwitchGuardedFieldsTest() local 439 T2(ConditionalOperatorGuardedFieldsTest::Kind::V); in fConditionalOperatorGuardedFieldsTest() local
|
/llvm-project/clang/test/Index/ |
H A D | complete-documentation-templates.cpp | 10 void T2(T t) { } in T2() function 14 void T2(int t) { } in T2() function
|
/llvm-project/clang/test/Modules/Inputs/ |
H A D | redecl-merge-right.h | 63 typedef double T2; typedef
|