| /external/clang/test/CodeGenCXX/ |
| D | pr20897.cpp | 20 struct __declspec(dllexport) Derived2 : virtual Base { struct 32 int Array[1];
|
| D | apple-kext-indirect-call-2.cpp | 45 struct Derived2 : virtual Base2 { struct
|
| /external/clang/test/SemaTemplate/ |
| D | class-template-ctor-initializer.cpp | 72 struct Derived2 : Base { struct 73 … Derived2() : BaseClass(1) {} // expected-error {{does not name a non-static data member or base}} in Derived2() argument
|
| D | member-access-ambig.cpp | 22 class Derived2 : public Base { }; class
|
| D | instantiate-cast.cpp | 120 struct Derived2 : public Base { }; struct
|
| /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
| D | p12.cpp | 93 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()
|
| /external/gson/gson/src/test/java/com/google/gson/functional/ |
| D | UncategorizedTest.java | 126 private static class Derived2 extends Base { class in UncategorizedTest 127 Derived2() { opType = OperationType.OP2; } in Derived2() method in UncategorizedTest.Derived2
|
| /external/testng/src/test/java/test/listeners/ |
| D | Derived2.java | 5 class Derived2 extends BaseWithListener { class
|
| /external/sdv/vsomeip/third_party/boost/type_traits/test/ |
| D | has_binary_operators.hpp | 76 struct Derived2 : public Base2 { struct 80 bool operator BOOST_TT_TRAIT_OP (const Derived2&, const Derived2&) { return true; } in operator BOOST_TT_TRAIT_OP()
|
| D | has_prefix_operators.hpp | 71 struct Derived2 : public Base2 { struct 75 bool operator BOOST_TT_TRAIT_OP (const Derived2&) { return true; } in operator BOOST_TT_TRAIT_OP()
|
| D | has_postfix_operators.hpp | 66 struct Derived2 : public Base2 { struct 70 inline bool operator BOOST_TT_TRAIT_OP (const Derived2&, int) { return true; } in operator BOOST_TT_TRAIT_OP()
|
| /external/clang/test/CXX/except/except.spec/ |
| D | p14.cpp | 87 struct Derived2 : ThrowingBase { struct 131 struct Derived2 : Base, Throw<X<3>> { struct
|
| /external/clang/test/Index/ |
| D | annotate-context-sensitive.cpp | 17 struct Derived2 : Base2 { struct
|
| /external/clang/test/SemaCXX/ |
| D | warn-overloaded-virtual.cpp | 93 struct Derived2: virtual Base { struct 111 struct Derived2: virtual Base { struct
|
| D | offsetof.cpp | 49 struct Derived2 : public Base1, public Base2 { struct 53 int derived1[__builtin_offsetof(Derived2, x) == 0? 1 : -1]; argument
|
| D | composite-pointer-type.cpp | 5 class Derived2 : public Base { }; class
|
| /external/clang/test/CXX/class.derived/ |
| D | p1.cpp | 27 struct Derived2 : decltype(func()) { }; // expected-error {{base specifier must name a class}} struct
|
| /external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/ |
| D | InheritanceTest.kt | 71 class Derived2(@SerialName("state2") override var state1: String): Base1(state1) { class
|
| /external/clang/test/SemaObjC/ |
| D | protocol-qualified-class-unsupported.m | 24 @interface Derived2: Object <Func> interface
|
| /external/cronet/third_party/libc++/src/test/std/concepts/concepts.lang/concept.derived/ |
| D | derived_from.pass.cpp | 19 struct Derived2 : Base1 {}; struct
|
| /external/libcxxabi/test/ |
| D | catch_pointer_reference.pass.cpp | 37 struct Derived2 : Base {}; struct
|
| /external/cronet/third_party/libc++abi/src/test/ |
| D | catch_pointer_reference.pass.cpp | 36 struct Derived2 : Base {}; struct
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/ |
| D | ExternalTypeIdTest.java | 124 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
|
| /external/clang/test/Analysis/ |
| D | derived-to-base.cpp | 380 class Derived2 : public Derived1 { class 408 class Derived2 : public Derived1 { class 436 class Derived2 : public Derived1 { class
|
| D | reinterpret-cast.cpp | 29 class Derived2 : public Base2 {}; class
|