Home
last modified time | relevance | path

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

12

/external/clang/test/Parser/
Dcxx-invalid-function-decl.cpp24 struct Base2 { struct
26 Base2(T a2) : x2(a2) {} in Base2() 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()
38 …::new, ! ::delete, ::Base2<() x(3) {} // expected-error{{expected class member or base class nam… in S()
41 …S(const S &) : Base1<int>(0) ::Base2<float>(1.0) x(2) {} // expected-error2{{missing ',' between b… in S()
Dcxx0x-override-control-keywords.cpp18 struct Base2 { struct
22 struct A : Base2 {
/external/libcxxabi/test/
Dinherited_exception.pass.cpp43 struct Base2 { struct
47 struct Child : public Base, public Base2 { argument
64 throw static_cast<Base2&>(child); in f2()
72 throw static_cast<Base2*>(&child); in f3()
118 catch (const Base2& c) in main()
144 catch (const Base2& b) in main()
166 catch (const Base2* c) in main()
/external/clang/test/CodeGenCXX/
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 {};
Dapple-kext-indirect-call-2.cpp43 struct Base2 { }; struct
45 struct Derived2 : virtual Base2 {
Dthunks.cpp160 struct Base2 { struct
166 struct Thunks : Base1, Base2 {
/external/protobuf/src/google/protobuf/stubs/
Dstatusor_test.cc50 class Base2 { class
52 virtual ~Base2() {} in ~Base2()
56 class Derived : public Base1, public Base2 {
206 StatusOr<Base2*> copy(original); in TEST()
208 EXPECT_EQ(static_cast<const Base2*>(original.ValueOrDie()), in TEST()
214 StatusOr<Base2*> copy(original); in TEST()
237 StatusOr<Base2*> target; in TEST()
240 EXPECT_EQ(static_cast<const Base2*>(source.ValueOrDie()), in TEST()
246 StatusOr<Base2*> target; in TEST()
/external/clang/test/CXX/class/class.mem/
Dp8-0x.cpp12 struct Base2 { struct
17 struct B : Base2 {
40 struct Base2 { struct
44 struct B : Base2 {
/external/clang/test/Analysis/
Dreinterpret-cast.cpp28 class Base2 {}; class
29 class Derived2 : public Base2 {};
31 void f2(Base2 *foo);
/external/clang/test/Index/
Dannotate-context-sensitive.cpp13 struct Base2 { struct
17 struct Derived2 : Base2 {
Dindex-suppress-refs.cpp6 typedef B2 Base2; typedef in Sub
/external/clang/test/CodeCompletion/
Dmember-access.cpp6 struct Base2 { struct
12 struct Base3 : Base1, Base2 { argument
/external/python/cpython2/Lib/test/crashers/
Dloosing_mro_ref.py15 X.__bases__ = (Base2,)
27 class Base2(object): class
/external/clang/test/Coverage/
Dcxx-language-features.inc19 class Base2 { };
21 class Derived1 : Base1, virtual public Base2 { };
/external/clang/test/SemaCXX/
Dvirtual-override.cpp151 struct Base2 { }; struct
155 (void)sizeof(Foo<Base2>); // expected-note{{instantiation}} in test()
165 Foo2<Base2> f2; in test2()
Doffsetof.cpp45 struct Base2 { struct
49 struct Derived2 : public Base1, public Base2 { argument
Dconversion-function.cpp336 struct Base2 { struct
344 struct Derived23 : Base2, Base3 {
345 using Base2::operator int;
DMicrosoftSuper.cpp53 struct Base2 { struct
57 struct MemberFunctionInMultipleBases : Base1, Base2 { argument
Dempty-class-layout.cpp153 struct Base2 : Empty { }; struct
154 struct Test : Base1, Base2 {
DMicrosoftCompatibility.cpp183 typedef B<U> Base2; typedef in MissingTypename::C
190 Base2::TYPE a4; // expected-warning {{missing 'typename' prior to dependent type name}}
/external/clang/test/CXX/class.access/
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}}
/external/clang/test/SemaTemplate/
Ddependent-base-classes.cpp71 struct Base2 { struct
76 struct Derived : Base1<T>, Base2 {
Dinstantiate-using-decl.cpp36 typedef Visitor2<Derived> Base2; typedef
39 using Base2::Visit;
Dmember-access-expr.cpp24 typedef TheBase Base2; in call_f0_through_typedef() typedef
25 x.Base2::f0(); in call_f0_through_typedef()
/external/tensorflow/tensorflow/stream_executor/lib/
Dstatusor_test.cc38 class Base2 { class
40 virtual ~Base2() {} in ~Base2()
44 class Derived : public Base1, public Base2 {
368 StatusOr<Base2*> copy(original); in TEST()
370 EXPECT_EQ(static_cast<const Base2*>(original.ValueOrDie()), in TEST()
376 StatusOr<Base2*> copy(original); in TEST()

12