Searched refs:Base1 (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/Index/
H A Dindex-suppress-refs.cpp5 typedef B1 Base1; typedef in class:Sub
/external/clang/test/CXX/class/class.mem/
H A Dp8-0x.cpp3 struct Base1 { struct
7 struct A : Base1 {
31 struct Base1 { struct in namespace:inline_extension
35 struct A : Base1 {
/external/clang/test/CodeCompletion/
H A Dmember-access.cpp1 struct Base1 { struct
12 struct Base3 : Base1, Base2 {
31 // CHECK-CC1: Base1 : Base1::
32 // CHECK-CC1: member1 : [#int#][#Base1::#]member1
34 // CHECK-CC1: member2 : [#float#][#Base1::#]member2
/external/clang/test/Analysis/
H A Dreinterpret-cast.cpp23 class Base1 {}; class in namespace:PR14872
24 class Derived1 : public Base1 {};
35 Base1 *v;
/external/clang/test/SemaCXX/
H A Doffsetof.cpp41 struct Base1 { struct
49 struct Derived2 : public Base1, public Base2 {
H A Dconstructor-initializer.cpp83 struct Base1 {}; struct
85 struct Derived : Base, Base1, virtual V {
94 Derived::Base1(), // expected-error {{type 'Derived::Base1' is not a direct or virtual base of 'Current'}}
H A Dvirtual-override.cpp150 struct Base1 { virtual void f(int); }; struct
154 (void)sizeof(Foo<Base1>);
164 Foo2<Base1> f1;
H A DMicrosoftCompatibility.cpp165 typedef A<T> Base1; typedef in class:MissingTypename::C
170 Base1::TYPE a2; // expected-warning {{missing 'typename' prior to dependent type name}}
H A Dempty-class-layout.cpp152 struct Base1 : Empty { }; struct in namespace:Test7
154 struct Test : Base1, Base2 {
/external/clang/test/SemaTemplate/
H A Ddependent-base-classes.cpp67 struct Base1 { struct in namespace:Ambig
76 struct Derived : Base1<T>, Base2 {
H A Dinstantiate-using-decl.cpp34 typedef Visitor1<Derived> Base1; typedef in struct:test1::JoinVisitor
/external/clang/test/CodeGenCXX/
H A Dthunks.cpp150 struct Base1 { struct in namespace:Test6
162 struct Thunks : Base1, Base2 {
H A Dvisibility.cpp362 struct Base1 { virtual void foo(); }; struct in namespace:Test16
363 struct Base2 : virtual Base1 { virtual void foo(); };
364 template <class T> struct A : virtual Base1, Base2 {
/external/clang/lib/AST/
H A DASTImporter.cpp1020 for (CXXRecordDecl::base_class_iterator Base1 = D1CXX->bases_begin(),
1023 Base1 != BaseEnd1;
1024 ++Base1, ++Base2) {
1026 Base1->getType(), Base2->getType())) {
1033 Context.Diag1(Base1->getLocStart(), diag::note_odr_base)
1034 << Base1->getType()
1035 << Base1->getSourceRange();
1041 if (Base1->isVirtual() != Base2->isVirtual()) {
1048 Context.Diag1(Base1->getLocStart(), diag::note_odr_base)
1049 << Base1
1059 const CXXBaseSpecifier *Base1 = D1CXX->bases_begin(); local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11498 SDValue Base1, Base2;
11503 Base1, Offset1, GV1, CV1);
11508 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2)))
11518 Offset1 += MFI->getObjectOffset(cast<FrameIndexSDNode>(Base1)->getIndex());

Completed in 6697 milliseconds