Searched refs:Unrelated (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp3-cxx0x.cpp27 struct Unrelated { struct in namespace:test1
42 using Unrelated::foo; // expected-error {{not a base class}}
H A Dp4.cpp191 struct Unrelated { struct in namespace:test4
206 using Unrelated::foo; // expected-error {{not a base class}}
/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
H A Dp3.cpp58 struct Unrelated { struct in namespace:test2
69 Unrelated::foo(); // expected-error {{call to non-static member function without an object argument}}
/external/clang/test/CXX/class.access/class.access.dcl/
H A Dp1.cpp176 struct Unrelated { struct in namespace:test4
191 Unrelated::foo; // expected-error {{not a base class}} expected-warning {{access declarations are deprecated}}
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp5 struct Unrelated { }; struct
85 void bind_lvalue_to_unrelated(Unrelated ur) {
86 Base &br1 = ur; // expected-error{{non-const lvalue reference to type 'Base' cannot bind to a value of unrelated type 'Unrelated'}}
87 const volatile Base &br2 = ur; // expected-error{{volatile lvalue reference to type 'const volatile Base' cannot bind to a value of unrelated type 'Unrelated'}}
/external/clang/test/Analysis/
H A Dinline.cpp357 struct Unrelated {}; struct in namespace:VirtualWithSisterCasts
375 void testUnrelated(Unrelated *b) {

Completed in 190 milliseconds