Home
last modified time | relevance | path

Searched defs:Derived1 (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/clang/test/SemaTemplate/
H A Dclass-template-ctor-initializer.cpp67 struct Derived1 : Base { struct
68 Derived1() : Base(1, 2) {} // expected-error {{no matching constructor}} in Derived1() function
H A Dmember-access-ambig.cpp20 class Derived1 : public Base { }; class
/llvm-project/clang/test/CodeGenCXX/
H A Dguard_nocf.cpp95 struct Derived1 : Base1 { struct
100 Derived1 d1; argument
H A Dubsan-devirtualized-calls.cpp11 struct Derived1 final : Base1 { struct
27 // CHECK: [[UBSAN_TI_DERIVED1_1:@[0-9]+]] = private unnamed_addr global {{.*}} ptr @_ZTI8Derived1 argument
/llvm-project/clang/test/SemaCXX/
H A Dattr-notail.cpp12 class Derived1 : public Base { class
H A Dno_destroy.cpp63 struct Derived1 { global() struct
68 bDerived1 global() argument
H A Dwarn-overloaded-virtual.cpp89 struct Derived1: virtual Base { struct
107 struct Derived1: virtual Base { struct
H A Dms-implicit-complete-dtor.cpp44 class Derived1 : virtual Base<1> {}; class
H A Dcxx23-invalid-constexpr.cpp43 class Derived1 : public NonLiteral { class
44 constexpr Derived1() : NonLiteral () {} in Derived1() function in Derived1
H A Dcomposite-pointer-type.cpp4 class Derived1 : public Base { }; class
H A Dcode-seg1.cpp21 struct Derived1 : BaseClass1, BaseClass2 {}; struct
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp12.cpp79 template <typename T> struct Derived1 : Base { struct
83 void testUnresolved(int i) { foo(i); } in testUnresolved()
114 struct Derived1 : Base { struct
116 …paque<2>(); } // expected-note {{invalid explicitly-specified argument for template parameter 'n'}} in foo()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconfusable-identifiers.cpp99 struct Derived1 : Base1 { struct
100 long mOO;
/llvm-project/clang/test/CXX/except/except.spec/
H A Dp14.cpp138 struct Derived1 : Base, X<5> { struct
140 int n;
/llvm-project/bolt/test/runtime/X86/Inputs/
H A Dretpoline_synthetic.cpp12 class Derived1 : public Base { class
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.derived/
H A Dderived_from.pass.cpp18 struct Derived1 : Base1 {}; struct
/llvm-project/libcxxabi/test/
H A Dcatch_null_pointer_to_object_pr64953.pass.cpp44 struct Derived1 : Base { struct
66 struct Ambiguous1 : Derived1, Derived2 { argument
/llvm-project/clang/test/Analysis/
H A Dissue-70464.cpp77 class Derived1 : public Base { class
79 Derived1() : Base{{1,4,5,3,2}} { in Derived1() function in init_list_array::Derived1
H A Dderived-to-base.cpp375 class Derived1 : public Base { class
402 class Derived1 : public Base { class
430 class Derived1 : public Base { class
H A Dreinterpret-cast.cpp24 class Derived1 : public Base1 {}; class
/llvm-project/lldb/test/API/lang/cpp/diamond/
H A Dmain.cpp9 struct Derived1 : public virtual VBase { struct
/llvm-project/compiler-rt/test/profile/Linux/
H A Dinstrprof-vtable-value-prof.cpp177 class Derived1 : public Base { global() class
/llvm-project/clang/test/CXX/class.access/
H A Dp4.cpp153 class Derived1 : Base<1> { }; class
183 class Derived1 : Base<1> { }; class
210 class Derived1 : Base<1> { }; class
238 class Derived1 : Base<1> { }; class
273 class Derived1 : private Base { // expected-note {{constrained by private inheritance}} class
/llvm-project/clang/test/AST/
H A Dast-dump-records-json.cpp68 struct Derived1 : Base1 { struct
H A Dast-dump-records.cpp259 struct Derived1 : Base1 { struct

12