Home
last modified time | relevance | path

Searched refs:D3 (Results 1 – 25 of 86) sorted by relevance

1234

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DDiagnosticsYamlTest.cpp205 Diagnostic D3 = TUDActual.Diagnostics[2]; in TEST() local
206 EXPECT_EQ("diagnostic#3", D3.DiagnosticName); in TEST()
207 EXPECT_EQ("message #3", D3.Message.Message); in TEST()
208 EXPECT_EQ(72u, D3.Message.FileOffset); in TEST()
210 EXPECT_EQ(2u, D3.Notes.size()); in TEST()
211 EXPECT_EQ("Note1", D3.Notes[0].Message); in TEST()
212 EXPECT_EQ(88u, D3.Notes[0].FileOffset); in TEST()
213 EXPECT_EQ("path/to/note1.cpp", D3.Notes[0].FilePath); in TEST()
214 EXPECT_EQ("Note2", D3.Notes[1].Message); in TEST()
215 EXPECT_EQ(99u, D3.Notes[1].FileOffset); in TEST()
[all …]
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dcomplex-branch-structure.ll29 i64 %D1.p, i64 %D2.p, i64 %D3.p,
131 br i1 %D2.cmp, label %D1, label %D3
136 br label %D3
144 D3:
145 %val.D3 = load float, float* %D
146 store float %val.D3, float* %D
147 %D3.cmp = icmp eq i64 %D3.p, 0
148 br i1 %D3.cmp, label %E2, label %E4
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dhomogeneous-aggregates.cpp30 struct D3 : Base1, Base2 { // non-homogeneous aggregate struct
57 D3 CC func_D3(D3 x) { return x; } in func_D3()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-cast-align.cpp94 struct __attribute__((aligned(16))) D3 : B4, D2 { struct
110 struct D7 : virtual D3 {
125 D3 t7; in test2()
166 a = (A *)(static_cast<D3 *>(&t10)); // expected-warning {{cast from 'D3 *' to 'A *'}} in test2()
H A Dconversion-delete-expr.cpp54 struct D3 : A3, B3 { struct
57 void f3 (D3 d) in f3()
H A Dusing-decl-1.cpp229 struct D3 : C_blah { struct
238 D3 d3(0); // ok
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Delaborated-type-specifier.cpp16 struct D3 { }; struct
20 template class D<D3>; // expected-note{{in instantiation of}}
/llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/
H A Dpointer_type.pass.cpp29 struct D3 { struct
51 typedef std::unique_ptr<VT, D3> P; in test_basic() argument
/llvm-project-15.0.7/clang/test/CXX/class.derived/class.member.lookup/
H A Dp10.cpp106 class D3 : C1 { class
109 struct E1 : D1, D2, D3{
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolintnextline.cpp22 class D3 { D3(int i); }; class
H A Dnolint.cpp121 class D3 { D3(int x); }; // NOLINT(*explicit*) class
/llvm-project-15.0.7/clang/test/CXX/special/class.inhctor/
H A Dp3.cpp30 struct D3 : B3 { // expected-note 2{{candidate constructor}} struct
33 D3 fd3() { return 1; } // expected-error {{no viable conversion}} in fd3()
/llvm-project-15.0.7/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp97 struct D3 { // expected-note {{virtual destructor requires an unambiguous, accessible 'operator del… struct
98 …virtual ~D3() = default; // expected-note {{explicitly defaulted function was implicitly deleted h…
/llvm-project-15.0.7/llvm/unittests/Support/
H A DAlignOfTest.cpp54 struct D3 : S2 {}; struct
158 EXPECT_EQ(alignof(D3), alignof(AlignedCharArrayUnion<D3>)); in TEST()
213 EXPECT_EQ(sizeof(D3), sizeof(AlignedCharArrayUnion<D3>)); in TEST()
/llvm-project-15.0.7/mlir/test/Dialect/Linalg/
H A Dparallel-loops.mlir56 // CHECK-DAG: %[[D3:.*]] = memref.dim %{{.*}}, %c3
59 // CHECK: scf.parallel (%[[IV3:.*]]) = (%[[C0]]) to (%[[D3]]) step (%[[C1]])
89 // CHECK-DAG: %[[D3:.*]] = memref.dim %{{.*}}, %c3
94 // CHECK: scf.parallel (%[[IV3:.*]], %[[IV4:.*]]) = (%[[C0]], %[[C0]]) to (%[[D3]], %[[D4…
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dfp16-intrinsic-vector-2op.ll14 ; CHECK-SOFTFP: vpadd.f16 [[D3:d[0-9]+]], [[D2]], [[D1]]
15 ; CHECK-SOFTFP: vmov r0, r1, [[D3]]
H A D2013-04-16-AAPCS-C5-vs-VFP.ll26 double %p3, ; --> D3
51 double 23.3, ; --> D3
/llvm-project-15.0.7/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp108 struct D3 { struct
131 template struct CopyAssign<D3>; // expected-note {{here}} argument
/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DCRunnerUtils.h111 template <int D1, int D2, int D3, typename T>
112 using Vector3D = Vector<T, D1, D2, D3>;
113 template <int D1, int D2, int D3, int D4, typename T>
114 using Vector4D = Vector<T, D1, D2, D3, D4>;
/llvm-project-15.0.7/llvm/test/Transforms/NaryReassociate/
H A Dnary-req.ll77 ; CHECK-NEXT: [[CMP1:%.*]] = icmp slt i32 [[D3:%.*]], [[D0:%.*]]
78 ; CHECK-NEXT: [[SEL1:%.*]] = select i1 [[CMP1]], i32 [[D0]], i32 [[D3]]
81 ; CHECK-NEXT: [[CMP3:%.*]] = icmp slt i32 [[D3]], [[D0]]
82 ; CHECK-NEXT: [[SEL3:%.*]] = select i1 [[CMP3]], i32 [[D0]], i32 [[D3]]
/llvm-project-15.0.7/llvm/test/TableGen/
H A Dsize.td52 // CHECK: def D3 {
69 def D3 : D<(op "string", 42, (op "sub-dag"))>;
H A DBitsInit.td33 bits<3> D3 = { 0, 0 }; // type mismatch. RHS doesn't have enough bits
72 // CHECK: bits<3> D3;
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Darc-decls.m174 @interface D3 : I3 interface
177 @interface D3 (Cat1) interface in Cat1
182 // FIXME: clang should diagnose mismatch between methods in D3(Cat1) and
187 @implementation D3 implementation
/llvm-project-15.0.7/clang/test/Analysis/
H A Dconst-method-call.cpp149 struct D3 : public B1 { struct
179 D3 t; in checkThatInheritedConstMethodDoesInvalidatePointedAtMemory()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp317 D3.populate(); in TEST()
318 EXPECT_EQ(D3->end(), std::next(D3->begin())); in TEST()
782 ASSERT_EQ(&DRC, CG.lookupRefSCC(D3)); in TEST()
801 if (&E.getNode() == &D3) in TEST()
821 EXPECT_EQ(&CRC, CG.lookupRefSCC(D3)); in TEST()
874 ASSERT_EQ(&DRC, CG.lookupRefSCC(D3)); in TEST()
893 if (&E.getNode() == &D3) in TEST()
913 EXPECT_EQ(&CRC, CG.lookupRefSCC(D3)); in TEST()
1161 CRC.insertTrivialCallEdge(C1, D3); in TEST()
1162 DRC.insertTrivialCallEdge(D1, D3); in TEST()
[all …]

1234