Home
last modified time | relevance | path

Searched defs:Derived2 (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project/clang/test/CodeGenCXX/
H A Dpr20897.cpp20 struct __declspec(dllexport) Derived2 : virtual Base { struct
30 ArrayDerived2 global() argument
H A Dubsan-devirtualized-calls.cpp15 struct Derived2 final : Base1, Base2 { struct
28 // CHECK: [[UBSAN_TI_DERIVED2_1:@[0-9]+]] = private unnamed_addr global {{.*}} ptr @_ZTI8Derived2 argument
H A Dapple-kext-indirect-call-2.cpp45 struct Derived2 : virtual Base2 { struct
/llvm-project/clang/test/SemaTemplate/
H A Dclass-template-ctor-initializer.cpp72 struct Derived2 : Base { struct
73Derived2() : BaseClass(1) {} // expected-error {{does not name a non-static data member or base}} in Derived2() argument
H A Dtypo-template-name.cpp25 struct Derived2 : Base { struct
H A Dmember-access-ambig.cpp22 class Derived2 : public Base { }; class
/llvm-project/clang/test/Index/
H A Dctor-init-source-loc.cpp10 struct Derived2: MyBase::Deeper::InnerIterator struct
12 Derived2() : MyBase::Deeper::InnerIterator() {} in Derived2() function
H A Dannotate-context-sensitive.cpp17 struct Derived2 : Base2 { struct
/llvm-project/clang/test/SemaCXX/
H A Dno_destroy.cpp67 struct Derived2 { global() struct
72 bDerived2 dontcrash() argument
H A Dnothrow-as-noexcept-ctor.cpp16 struct Derived2 : Base2 { struct
H A Dwarn-overloaded-virtual.cpp93 struct Derived2: virtual Base { struct
111 struct Derived2: virtual Base { struct
H A Doffsetof.cpp50 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 Dms-implicit-complete-dtor.cpp46 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 Dp12.cpp93 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 Dp1.cpp27 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 Duse-override-templates.cpp39 struct Derived2 : BaseS<T>, BaseU { struct
/llvm-project/clang/test/CXX/except/except.spec/
H A Dp14.cpp92 struct Derived2 : ThrowingBase { struct
142 struct Derived2 : Base, Throw<X<3>> { struct
/llvm-project/bolt/test/runtime/X86/Inputs/
H A Dretpoline_synthetic.cpp17 class Derived2 : public Base { class
/llvm-project/clang/test/SemaObjC/
H A Dprotocol-qualified-class-unsupported.m24 @interface Derived2: Object <Func> interface
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.derived/
H A Dderived_from.pass.cpp19 struct Derived2 : Base1 {}; struct
/llvm-project/libcxxabi/test/
H A Dcatch_null_pointer_to_object_pr64953.pass.cpp47 struct Derived2 : Base { struct
66 struct Ambiguous1 : Derived1, Derived2 { argument
H A Dcatch_pointer_reference.pass.cpp36 struct Derived2 : Base {}; struct
/llvm-project/clang/test/Analysis/
H A Dissue-70464.cpp96 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 Dmain.cpp12 struct Derived2 : public virtual VBase { struct
/llvm-project/compiler-rt/test/profile/Linux/
H A Dinstrprof-vtable-value-prof.cpp184 class Derived2 : public Base { global() class

12