Home
last modified time | relevance | path

Searched refs:Base1 (Results 1 – 25 of 47) sorted by relevance

12

/external/clang/test/Parser/
Dcxx-invalid-function-decl.cpp18 struct Base1 { struct
20 Base1(T a1) : x1(a1) {} in Base1() argument
29 struct S : public Base1<int>, public Base2<float> {
33 …S() : ::Base1<int>(0) ::new, ::Base2<float>(1.0) ::delete x(2) {} // expected-error{{expected clas… in S()
37 …S(int a) : Base1<int>(a), ::Base2<float>(1.0), ::, // expected-error{{expected class member or bas… in S()
41 …S(const S &) : Base1<int>(0) ::Base2<float>(1.0) x(2) {} // expected-error2{{missing ',' between b… in S()
/external/clang/test/CodeCompletion/
Dctor-initializer.cpp1 struct Base1 { struct
2 Base1() : {} in Base1() argument
7 Base1(int) : member1(123), {} in Base1() argument
16 struct Derived : public Base1 { argument
35 Derived::Derived(float) try : Base1(), in Derived()
Dmember-access.cpp1 struct Base1 { struct
12 struct Base3 : Base1, Base2 { argument
/external/clang/test/SemaCXX/
DMicrosoftSuper.cpp16 struct Base1 { struct
24 struct Derived : Base1 { argument
48 struct Inner : Base1 {
57 struct MemberFunctionInMultipleBases : Base1, Base2 {
74 struct PointerToMember : Base1 {
75 template <void (Base1::*MP)(int)>
147 DerivedFromTemplateParameter<Base1> t; in instantiate()
Dvirtual-override.cpp150 struct Base1 { virtual void f(int); }; struct
154 (void)sizeof(Foo<Base1>); in test()
164 Foo2<Base1> f1; in test2()
Doffsetof.cpp41 struct Base1 { struct
49 struct Derived2 : public Base1, public Base2 { argument
Dconstructor-initializer.cpp86 struct Base1 {}; struct
88 struct Derived : Base, Base1, virtual V {
97 …Derived::Base1(), // expected-error {{type 'Derived::Base1' is not a direct or virtual base of 'Cu… in Current()
Dempty-class-layout.cpp152 struct Base1 : Empty { }; struct
154 struct Test : Base1, Base2 {
DMicrosoftCompatibility.cpp182 typedef A<T> Base1; typedef in MissingTypename::C
187 Base1::TYPE a2; // expected-warning {{missing 'typename' prior to dependent type name}}
/external/clang/test/CXX/class/class.mem/
Dp8-0x.cpp3 struct Base1 { struct
7 struct A : Base1 {
31 struct Base1 { struct
35 struct A : Base1 {
/external/clang/test/CodeGenCXX/
Dhomogeneous-aggregates.cpp14 struct Base1 { struct
23 struct D1 : Base1 { // non-homogeneous aggregate argument
29 struct D3 : Base1, Base2 { // non-homogeneous aggregate
Dthunks.cpp154 struct Base1 { struct
166 struct Thunks : Base1, Base2 {
Dvisibility.cpp370 struct Base1 { virtual void foo(); }; struct
371 struct Base2 : virtual Base1 { virtual void foo(); };
372 template <class T> struct A : virtual Base1, Base2 {
/external/clang/test/Analysis/
Dreinterpret-cast.cpp23 class Base1 {}; class
24 class Derived1 : public Base1 {};
35 Base1 *v; in f3()
/external/clang/test/CodeGenObjCXX/
Dencode.mm129 struct Base1 {
133 struct DBase : public Base1 {
142 struct Sub2 : public Sub_with_virt, public Base1, virtual DBase {
146 // CHECK: @g1 = constant [10 x i8] c"{Base1=c}\00"
147 extern const char g1[] = @encode(Base1);
/external/clang/test/Coverage/
Dcxx-language-features.inc16 class Base1 {
21 class Derived1 : Base1, virtual public Base2 { };
/external/clang/test/SemaTemplate/
Ddependent-base-classes.cpp67 struct Base1 { struct
76 struct Derived : Base1<T>, Base2 {
Dinstantiate-using-decl.cpp35 typedef Visitor1<Derived> Base1; typedef
/external/protobuf/src/google/protobuf/stubs/
Dstatusor_test.cc44 class Base1 { class
46 virtual ~Base1() {} in ~Base1()
56 class Derived : public Base1, public Base2 {
/external/clang/test/Index/
Dindex-suppress-refs.cpp5 typedef B1 Base1; typedef in Sub
/external/testng/src/test/java/test/failures/
DBase1.java5 public class Base1 extends Base0 { class
DChild.java5 public class Child extends Base1 {
/external/testng/src/test/java/test/superclass/
DChild1Test.java6 public class Child1Test extends Base1 {
DBase1.java6 public class Base1 { class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp294 unsigned Base1 = HII.getBaseAndOffset(L1, Offset1, Size1); in apply() local
295 if (Base1 == 0 || Size1 >= 32 || Base0 != Base1) in apply()

12