Searched refs:Derived3 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/clang/plugins/tests/
H A Dblacklisted_dirs.cpp20 struct Derived3 : public Base { struct in inherits:Base
/external/clang/test/CXX/class.derived/
H A Dp1.cpp30 struct Derived3 : decltype(T().foo()) { }; struct in namespace:PR11216
32 Derived3<Foo> d;
/external/clang/test/CXX/except/except.spec/
H A Dp14.cpp95 struct Derived3 : ThrowingBase { struct in namespace:PR14141
96 Derived3() noexcept(true) = default; // expected-error {{does not match the calculated}}
97 Derived3(const Derived3&) noexcept(true) = default; // expected-error {{does not match the calculated}}
98 Derived3(Derived3&&) noexcept(true) = default; // expected-error {{does not match the calculated}}
99 Derived3 &operator=(const Derived3&) noexcept(true) = default; // expected-error {{does not match the calculated}}
100 Derived3 &operator=(Derived3
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-overloaded-virtual.cpp114 struct Derived3: Derived1 { struct in namespace:UnbalancedVirtual2
118 struct MostDerived: Derived3, Derived2 {
H A Dwarn-thread-safety-parsing.cpp1424 class Derived3 : public Base2 { }; class in namespace:InheritanceTest
1429 Derived3 mu3_;
1433 // expected-warning {{'guarded_by' attribute requires arguments whose type is annotated with 'capability' attribute; type here is 'InheritanceTest::Derived3'}}
H A Dtype-traits.cpp1617 class Derived3 : virtual Derived2a, virtual Derived2b {}; class in inherits:Derived2a,Derived2b
1644 { int arr[T(__is_base_of(Base, Derived3))]; }
1645 { int arr[T(__is_base_of(Derived, Derived3))]; }
1646 { int arr[T(__is_base_of(Derived2b, Derived3))]; }
1647 { int arr[T(__is_base_of(Derived2a, Derived3))]; }
/external/clang/test/CXX/class.access/
H A Dp4.cpp145 class Derived3 : // expected-error 2 {{inherited virtual base class 'Base<2>' has private destructor}} \ class in namespace:test3
153 Derived3 d3; // expected-note {{implicit default constructor}}\
184 class Derived3 : private Base { // expected-note {{constrained by private inheritance here}} \ class in namespace:test4
189 Private test1(Derived3 &d) { return d; }
190 Public test2(Derived3 &d) { return d; } // expected-error {{'operator Public' is a private member of 'test4::Base'}} \
191 // expected-error {{cannot cast 'test4::Derived3' to its private base class}}
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp12.cpp122 struct Derived3 : Base { struct in namespace:test3
139 expect<3>(Derived3().foo<int>());
140 expect<1>(Derived3().foo<0>()); // expected-error {{no matching member function for call to 'foo'}}

Completed in 280 milliseconds