Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/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()
/aosp_15_r20/external/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 Dmember-access-ambig.cpp22 class Derived2 : public Base { }; class
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dhas_binary_operators.hpp76 struct Derived2 : public Base2 { struct
80 bool operator BOOST_TT_TRAIT_OP (const Derived2&, const Derived2&) { return true; } in operator BOOST_TT_TRAIT_OP()
Dhas_prefix_operators.hpp71 struct Derived2 : public Base2 { struct
75 bool operator BOOST_TT_TRAIT_OP (const Derived2&) { return true; } in operator BOOST_TT_TRAIT_OP()
Dhas_postfix_operators.hpp66 struct Derived2 : public Base2 { struct
70 inline bool operator BOOST_TT_TRAIT_OP (const Derived2&, int) { return true; } in operator BOOST_TT_TRAIT_OP()
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dpr20897.cpp20 struct __declspec(dllexport) Derived2 : virtual Base { struct
32 int Array[1];
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/
H A DUncategorizedTest.java126 private static class Derived2 extends Base { class in UncategorizedTest
127 Derived2() { opType = OperationType.OP2; } in Derived2() method in UncategorizedTest.Derived2
/aosp_15_r20/external/clang/test/CXX/except/except.spec/
H A Dp14.cpp87 struct Derived2 : ThrowingBase { struct
131 struct Derived2 : Base, Throw<X<3>> { struct
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-overloaded-virtual.cpp93 struct Derived2: virtual Base { struct
111 struct Derived2: virtual Base { struct
H A Doffsetof.cpp49 struct Derived2 : public Base1, public Base2 { struct
53 int derived1[__builtin_offsetof(Derived2, x) == 0? 1 : -1]; argument
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/
H A DExternalTypeIdTest.java124 static class Derived2 implements Base { class in ExternalTypeIdTest
127 protected Derived2() { throw new IllegalStateException("wrong constructor called"); } in Derived2() method in ExternalTypeIdTest.Derived2
130 public Derived2(@JsonProperty("derived2Property") String d2p, in Derived2() method in ExternalTypeIdTest.Derived2
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dcatch_null_pointer_to_object_pr64953.pass.cpp54 struct Derived2 : Base { struct
73 struct Ambiguous1 : Derived1, Derived2 { argument
H A Dcatch_pointer_reference.pass.cpp36 struct Derived2 : Base {}; struct
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/
H A DInheritanceTest.kt71 class Derived2(@SerialName("state2") override var state1: String): Base1(state1) { class
/aosp_15_r20/external/clang/test/Analysis/
H A Dderived-to-base.cpp380 class Derived2 : public Derived1 { class
408 class Derived2 : public Derived1 { class
436 class Derived2 : public Derived1 { class
/aosp_15_r20/art/test/078-polymorphic-virtual/src/
H A DDerived2.java17 public class Derived2 extends Base { class
/aosp_15_r20/external/testng/src/test/java/test/listeners/
H A DDerived2.java5 class Derived2 extends BaseWithListener { class
/aosp_15_r20/external/clang/test/Index/
H A Dannotate-context-sensitive.cpp17 struct Derived2 : Base2 { struct
/aosp_15_r20/external/kotlinx.serialization/integration-test/src/commonMain/kotlin/sample/
H A DData.kt132 class Derived2(@SerialName("state2") override var state1: String): Base1(state1) { class
/aosp_15_r20/external/clang/test/CXX/class.derived/
H A Dp1.cpp27 struct Derived2 : decltype(func()) { }; // expected-error {{base specifier must name a class}} struct
/aosp_15_r20/external/clang/test/CXX/class.access/
H A Dp4.cpp135 …class Derived2 : // expected-error {{inherited virtual base class 'Base<2>' has private destructor… class
177 class Derived2 : public Base { class
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dprotocol-qualified-class-unsupported.m24 @interface Derived2: Object <Func> interface
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/concepts/concepts.lang/concept.derived/
H A Dderived_from.pass.cpp19 struct Derived2 : Base1 {}; struct
/aosp_15_r20/external/libcxxabi/test/
H A Dcatch_pointer_reference.pass.cpp37 struct Derived2 : Base {}; struct

12