Home
last modified time | relevance | path

Searched defs:D4 (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolintnextline.cpp25 class D4 { D4(int i); }; class
H A Dnolint.cpp122 class D4 { D4(int x); }; // NOLINT(-explicit-constructor) class
/llvm-project/llvm/unittests/Support/
H A DAlignOfTest.cpp55 struct D4 : S2 { int x; }; argument
/llvm-project/clang/test/CXX/class/class.mem/
H A Dp13.cpp83 union { int D4; }; member
99 struct D4 : B { using B::D4; }; // expected-error {{member 'D4' has the same name as its class}} struct
/llvm-project/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp111 struct D4 { struct
132 template struct MoveAssign<D4>; // expected-note {{here}} argument
/llvm-project/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp101 struct D4 { // expected-note {{virtual destructor requires an unambiguous, accessible 'operator del… struct
/llvm-project/clang/test/CodeGenCXX/
H A Dhomogeneous-aggregates.cpp33 struct D4 : Base2, Base3 { // homogeneous aggregate struct
34 double y, z;
H A Dmangle-class-nttp.cpp144 struct D4 { void (Derived2::*p)(); }; argument
/llvm-project/llvm/test/MC/MachO/
H A Dx86_64-symbols.s17 D4: label
H A Dx86_32-symbols.s17 D4: label
/llvm-project/clang/test/Sema/
H A Dwarn-duplicate-enum.c25 D4 = D2, // no warning enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/fuchsia/
H A Dmultiple-inheritance.cpp105 struct D4 : V5, V6 {}; struct
/llvm-project/clang/test/SemaCXX/
H A Dwarn-cast-align.cpp102 struct __attribute__((aligned(16))) D4 : virtual D2 { struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-member-init.cpp276 struct D4 { struct
277 T f4 = {};
/llvm-project/clang/test/CXX/drs/
H A Dcwg17xx.cpp16 template <typename T> struct D4 : T::B<int>::C<int> {}; struct
H A Dcwg13xx.cpp458 struct D4 : NoexceptCtor, ThrowingDefaultArgTemplate { struct
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp2144 ConstantRange D4(APInt(16, 0xfd99), APInt(16, 0x8000)); TEST_F() local
2190 ConstantRange D4(APInt(16, 0x0300), APInt(16, 0x0400)); TEST_F() local