Home
last modified time | relevance | path

Searched refs:Base2 (Results 1 – 25 of 27) sorted by relevance

12

/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dhomogeneous-aggregates.cpp17 struct Base2 { struct
26 struct D2 : Base2 { // homogeneous aggregate argument
29 struct D3 : Base1, Base2 { // non-homogeneous aggregate
32 struct D4 : Base2, Base3 { // homogeneous aggregate
36 struct I1 : Base2 {};
37 struct I2 : Base2 {};
38 struct I3 : Base2 {};
H A Dapple-kext-indirect-call-2.C43 struct Base2 { }; struct
45 struct Derived2 : virtual Base2 {
H A Dthunks.cpp156 struct Base2 { struct
162 struct Thunks : Base1, Base2 {
H A Dvisibility.cpp363 struct Base2 : virtual Base1 { virtual void foo(); }; struct
364 template <class T> struct A : virtual Base1, Base2 {
/minix/external/bsd/llvm/dist/clang/test/CXX/class/class.mem/
H A Dp8-0x.cpp12 struct Base2 { struct
17 struct B : Base2 {
40 struct Base2 { struct
44 struct B : Base2 {
/minix/external/bsd/llvm/dist/clang/test/Index/
H A Dannotate-context-sensitive.cpp13 struct Base2 { struct
17 struct Derived2 : Base2 {
H A Dindex-suppress-refs.cpp6 typedef B2 Base2; typedef in Sub
/minix/external/bsd/llvm/dist/clang/test/Analysis/
H A Dreinterpret-cast.cpp28 class Base2 {}; class
29 class Derived2 : public Base2 {};
31 void f2(Base2 *foo);
/minix/external/bsd/llvm/dist/clang/test/Parser/
H A Dcxx0x-override-control-keywords.cpp20 struct Base2 { struct
24 struct A : Base2 {
/minix/external/bsd/llvm/dist/clang/test/CodeCompletion/
H A Dmember-access.cpp6 struct Base2 { struct
12 struct Base3 : Base1, Base2 { argument
/minix/external/bsd/llvm/dist/clang/test/Coverage/
H A Dcxx-language-features.inc19 class Base2 { };
21 class Derived1 : Base1, virtual public Base2 { };
/minix/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiate-using-decl.cpp35 typedef Visitor2<Derived> Base2; typedef
38 using Base2::Visit;
H A Ddependent-base-classes.cpp71 struct Base2 { struct
76 struct Derived : Base1<T>, Base2 {
H A Dmember-access-expr.cpp21 typedef TheBase Base2; in call_f0_through_typedef() typedef
22 x.Base2::f0(); in call_f0_through_typedef()
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Doffsetof.cpp45 struct Base2 { struct
49 struct Derived2 : public Base1, public Base2 { argument
H A Dvirtual-override.cpp151 struct Base2 { }; struct
155 (void)sizeof(Foo<Base2>); // expected-note{{instantiation}} in test()
165 Foo2<Base2> f2; in test2()
H A DMicrosoftSuper.cpp53 struct Base2 { struct
57 struct MemberFunctionInMultipleBases : Base1, Base2 { argument
H A Dconversion-function.cpp313 struct Base2 { struct
321 struct Derived23 : Base2, Base3 {
322 using Base2::operator int;
H A Dempty-class-layout.cpp153 struct Base2 : Empty { }; struct
154 struct Test : Base1, Base2 {
H A DMicrosoftCompatibility.cpp166 typedef B<U> Base2; typedef in MissingTypename::C
173 Base2::TYPE a4; // expected-warning {{missing 'typename' prior to dependent type name}}
H A Dconstant-expression-cxx11.cpp729 struct Base2 : Bottom { struct
730 constexpr Base2(const int &r) : r(r) {} in Base2() argument
734 struct Derived : Base, Base2 {
735 constexpr Derived() : Base(76), Base2(a) {} in Derived()
757 constexpr Bottom &bot2 = (Base2&)derived;
761 constexpr Bottom *pb2 = (Base2*)&derived;
766 constexpr Base2 &fail = (Base2&)bot1; // expected-error {{constant expression}} expected-note {{can…
768 constexpr Base2 &ok2 = (Base2&)bot2;
771 constexpr Base2 *pfail = (Base2*)pb1; // expected-error {{constant expression}} expected-note {{can…
773 constexpr Base2 *pok2 = (Base2*)pb2;
[all …]
H A Dwarn-thread-safety-parsing.cpp1418 class Base2 { }; class
1422 class Derived2 : public Base2, public Derived1 { };
1424 class Derived3 : public Base2 { };
H A Dwarn-thread-safety-analysis.cpp3511 class Base2 : public Base { class
3516 class Base3 : public Base2 {
/minix/external/bsd/llvm/dist/clang/test/CXX/class.access/
H A Dp4.cpp127 class Base2 : virtual Base<2> { ~Base2(); }; // expected-note 3 {{declared private here}} \ class
139 Base2, // expected-error {{base class 'test3::Base2' has private destructor}}
150 Base2, // expected-error 2 {{base class 'test3::Base2' has private destructor}}
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp1023 Base2 = D2CXX->bases_begin(); in IsStructurallyEquivalent() local
1025 ++Base1, ++Base2) { in IsStructurallyEquivalent()
1027 Base1->getType(), Base2->getType())) { in IsStructurallyEquivalent()
1031 Context.Diag2(Base2->getLocStart(), diag::note_odr_base) in IsStructurallyEquivalent()
1032 << Base2->getType() in IsStructurallyEquivalent()
1033 << Base2->getSourceRange(); in IsStructurallyEquivalent()
1042 if (Base1->isVirtual() != Base2->isVirtual()) { in IsStructurallyEquivalent()
1046 Context.Diag2(Base2->getLocStart(), in IsStructurallyEquivalent()
1048 << Base2->isVirtual() << Base2->getSourceRange(); in IsStructurallyEquivalent()

12