Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CXX/except/except.spec/
H A Dp14.cpp95 struct Derived3 : ThrowingBase { struct
134 struct Derived3 : Base { struct
136 Throw<X<4>> x;
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dcatch_null_pointer_to_object_pr64953.pass.cpp57 struct Derived3 : Base2 { struct
58 int b;
/aosp_15_r20/external/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()
/aosp_15_r20/art/test/078-polymorphic-virtual/src/
H A DDerived3.java17 public class Derived3 extends Base { class
/aosp_15_r20/external/clang/test/CXX/class.derived/
H A Dp1.cpp30 struct Derived3 : decltype(T().foo()) { }; struct
/aosp_15_r20/external/clang/test/CXX/class.access/
H A Dp4.cpp145 …class Derived3 : // expected-error 2 {{inherited virtual base class 'Base<2>' has private destruct… class
184 class Derived3 : private Base { // expected-note {{constrained by private inheritance here}} \ class
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/concepts/concepts.lang/concept.derived/
H A Dderived_from.pass.cpp22 struct Derived3 : DerivedPrivate {}; struct
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-overloaded-virtual.cpp114 struct Derived3: Derived1 { struct
H A Dwarn-thread-safety-parsing.cpp1424 class Derived3 : public Base2 { }; class
H A Dtype-traits.cpp1647 class Derived3 : virtual Derived2a, virtual Derived2b {}; class