/llvm-project/clang/test/CodeGenCXX/ |
H A D | pr20897.cpp | 20 struct __declspec(dllexport) Derived2 : virtual Base { struct 30 ArrayDerived2 global() argument
|
H A D | ubsan-devirtualized-calls.cpp | 15 struct Derived2 final : Base1, Base2 { struct 28 // CHECK: [[UBSAN_TI_DERIVED2_1:@[0-9]+]] = private unnamed_addr global {{.*}} ptr @_ZTI8Derived2 argument
|
H A D | apple-kext-indirect-call-2.cpp | 45 struct Derived2 : virtual Base2 { struct
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | class-template-ctor-initializer.cpp | 72 struct Derived2 : Base { struct 73 … Derived2() : BaseClass(1) {} // expected-error {{does not name a non-static data member or base}} in Derived2() argument
|
H A D | typo-template-name.cpp | 25 struct Derived2 : Base { struct
|
H A D | member-access-ambig.cpp | 22 class Derived2 : public Base { }; class
|
/llvm-project/clang/test/Index/ |
H A D | ctor-init-source-loc.cpp | 10 struct Derived2: MyBase::Deeper::InnerIterator struct 12 Derived2() : MyBase::Deeper::InnerIterator() {} in Derived2() function
|
H A D | annotate-context-sensitive.cpp | 17 struct Derived2 : Base2 { struct
|
/llvm-project/clang/test/SemaCXX/ |
H A D | no_destroy.cpp | 67 struct Derived2 { global() struct 72 bDerived2 dontcrash() argument
|
H A D | nothrow-as-noexcept-ctor.cpp | 16 struct Derived2 : Base2 { struct
|
H A D | warn-overloaded-virtual.cpp | 93 struct Derived2: virtual Base { struct 111 struct Derived2: virtual Base { struct
|
H A D | offsetof.cpp | 50 struct Derived2 : public Base1, public Base2 { struct 54 int derived1[__builtin_offsetof(Derived2, x) == 0? 1 : -1]; // expected-warning{{offset of on non-P… argument
|
H A D | ms-implicit-complete-dtor.cpp | 46 struct Derived2 : // expected-error {{inherited virtual base class 'Base<2>' has private destructor… struct
|
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
H A D | p12.cpp | 93 template <typename T> struct Derived2 : Base { struct 97 void testUnresolved(int i) { foo(i); } in testUnresolved() 119 struct Derived2 : Base { struct 120 …paque<2>(); } // expected-note {{invalid explicitly-specified argument for template parameter 'n'}} in foo()
|
/llvm-project/clang/test/CXX/class.derived/ |
H A D | p1.cpp | 27 struct Derived2 : decltype(func()) { }; // expected-error {{base specifier must name a class}} struct
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-override-templates.cpp | 39 struct Derived2 : BaseS<T>, BaseU { struct
|
/llvm-project/clang/test/CXX/except/except.spec/ |
H A D | p14.cpp | 92 struct Derived2 : ThrowingBase { struct 142 struct Derived2 : Base, Throw<X<3>> { struct
|
/llvm-project/bolt/test/runtime/X86/Inputs/ |
H A D | retpoline_synthetic.cpp | 17 class Derived2 : public Base { class
|
/llvm-project/clang/test/SemaObjC/ |
H A D | protocol-qualified-class-unsupported.m | 24 @interface Derived2: Object <Func> interface
|
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.derived/ |
H A D | derived_from.pass.cpp | 19 struct Derived2 : Base1 {}; struct
|
/llvm-project/libcxxabi/test/ |
H A D | catch_null_pointer_to_object_pr64953.pass.cpp | 47 struct Derived2 : Base { struct 66 struct Ambiguous1 : Derived1, Derived2 { argument
|
H A D | catch_pointer_reference.pass.cpp | 36 struct Derived2 : Base {}; struct
|
/llvm-project/clang/test/Analysis/ |
H A D | issue-70464.cpp | 96 class Derived2 : public Base { class 98 Derived2() : Base{{0}} { in Derived2() function in init_list_array::Derived2
|
/llvm-project/lldb/test/API/lang/cpp/diamond/ |
H A D | main.cpp | 12 struct Derived2 : public virtual VBase { struct
|
/llvm-project/compiler-rt/test/profile/Linux/ |
H A D | instrprof-vtable-value-prof.cpp | 184 class Derived2 : public Base { global() class
|