Home
last modified time | relevance | path

Searched defs:Derived3 (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang/test/Index/
H A Dctor-init-source-loc.cpp20 struct Derived3: Templ<MyBase>::InnerIterator struct
22 Derived3() : Templ<MyBase>::InnerIterator() {} in Derived3() argument
/llvm-project/clang/test/CXX/except/except.spec/
H A Dp14.cpp105 struct Derived3 : ThrowingBase { struct
145 struct Derived3 : Base { struct
147 Throw<X<4>> x;
/llvm-project/clang/test/SemaCXX/
H A Dcode-seg.cpp58 struct __declspec(code_seg("my_one")) Derived3 : Base3 { struct
59 int barA() { return 4; } // ok in barA()
60 int barB() { return 6; } in barB()
H A Dnothrow-as-noexcept-ctor.cpp24 struct Derived3 : Base3 { struct
H A Dcode-seg1.cpp33 struct __declspec(code_seg("base_class")) Derived3 : BaseClass2, BaseClass1 {}; //OK struct
H A Dwarn-overloaded-virtual.cpp114 struct Derived3: Derived1 { struct
H A Dwarn-thread-safety-parsing.cpp1479 class Derived3 : public Base2 { }; global() class
H A Dtype-traits.cpp2399 class Derived3 : virtual Derived2a, virtual Derived2b {}; global() class
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp19 struct Derived3 : Base1 { struct
30 // CHECK: [[UBSAN_TI_DERIVED3:@[0-9]+]] = private unnamed_addr global {{.*}} ptr @_ZTI8Derived3 argument
/llvm-project/clang/test/CXX/class.derived/
H A Dp1.cpp30 struct Derived3 : decltype(T().foo()) { }; struct
/llvm-project/bolt/test/runtime/X86/Inputs/
H A Dretpoline_synthetic.cpp22 class Derived3 : public Base { class
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.derived/
H A Dderived_from.pass.cpp22 struct Derived3 : DerivedPrivate {}; struct
/llvm-project/libcxxabi/test/
H A Dcatch_null_pointer_to_object_pr64953.pass.cpp50 struct Derived3 : Base2 { struct
51 int b;
/llvm-project/clang/test/CXX/class.access/
H A Dp4.cpp165 …class Derived3 : // expected-error 2 {{inherited virtual base class 'Base<2>' has private destruct… class
195 …class Derived3 : // expected-error 2 {{inherited virtual base class 'Base<2>' has private destruct… class
222 class Derived3 : class
252 class Derived3 : class
288 class Derived3 : private Base { // expected-note {{constrained by private inheritance here}} class
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp12.cpp124 struct Derived3 : Base { struct
126 …paque<3>(); } // expected-note {{invalid explicitly-specified argument for template parameter 'T'}} in foo()
/llvm-project/clang/test/AST/
H A Dast-dump-records-json.cpp74 struct Derived3 : virtual Base1 { struct
H A Dast-dump-records.cpp269 struct Derived3 : virtual Base1 { struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Duse-after-move.cpp1570 struct Derived3 : Base, CtorC { global() struct
1571 Derived3Derived3 Derived3() argument