Home
last modified time | relevance | path

Searched defs:T2 (Results 1 – 25 of 175) sorted by relevance

1234567

/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/
H A Dthree_way.pass.cpp49 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 Dlt.pass.cpp41 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 Deq.pass.cpp29 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 Dsize_incompatible_three_way.compile.pass.cpp25 typedef std::tuple<int, long> T2; typedef
/llvm-project/clang/test/CodeGen/
H A Dmips-zero-sized-struct.c26 typedef struct T2 { } T2; struct
H A Dpragma-pack-1.c20 struct T2 struct
22 char b;
23 int c;
/llvm-project/clang/test/PCH/
H A Dcxx-alias-decl.cpp17 using T2 = B<A>; typedef
18 using T2 = S; typedef
H A Dobjc_exprs.m21 int *T2 = (objc_qual_interface_ty)0; // expected-warning {{aka 'itf<foo> *'}} function
/llvm-project/clang/test/SemaCXX/
H A DPR10243.cpp15 struct T2 { struct
17 T2& operator=(const T2&) = default; argument
/llvm-project/libcxx/test/std/utilities/utility/utility.inplace/
H A Dinplace.pass.cpp52 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 Dmain.cpp59 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 Diter_common_reference_t.compile.pass.cpp27 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 Dcommon_type.pass.cpp149 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 Dcxx-default-args.cpp21 template <int A, int B> struct T2 { enum {V}; }; struct
/llvm-project/clang/test/CodeGenCXX/
H A Dduplicate-mangled-name.cpp50 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 Dlaziness.pass.cpp63 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 Disl_equalities.c444 __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 DProfilingTest.cpp44 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 Dp3.cpp70 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 Dp6.cpp55 template<typename T> struct T2 : virtual T { struct
58 constexpr T2() {} in T2() function
/llvm-project/libcxx/test/support/
H A Dindirectly_readable.h22 struct T2 : Common<Token> { }; struct
/llvm-project/clang/test/CodeCompletion/
H A Ddocumentation.cpp8 class T2 { class
/llvm-project/clang/test/Analysis/
H A Dcxx-uninitialized-object-unguarded-access.cpp59 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 Dcomplete-documentation-templates.cpp10 void T2(T t) { } in T2() function
14 void T2(int t) { } in T2() function
/llvm-project/clang/test/Modules/Inputs/
H A Dredecl-merge-right.h63 typedef double T2; typedef

1234567