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

/external/Microsoft-GSL/tests/
H A Dnotnull_tests.cpp25 struct Unrelated {}; struct
70 Unrelated unrelated;
71 not_null<Unrelated*> u = &unrelated;
79 q = u; // no viable conversion possible between MyBase* and Unrelated*
82 not_null<Unrelated*> r = p;
83 not_null<Unrelated*> s = reinterpret_cast<Unrelated*>(p);
85 not_null<Unrelated*> t = reinterpret_cast<Unrelated*>(p.get());
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp3.cpp53 struct Unrelated { struct in namespace:test1
71 using Unrelated::foo; // expected-error {{not a base class}}
H A Dp4.cpp192 struct Unrelated { struct in namespace:test4
207 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/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp10 struct Unrelated { }; struct
90 void bind_lvalue_to_unrelated(Unrelated ur) {
91 Base &br1 = ur; // expected-error{{non-const lvalue reference to type 'Base' cannot bind to a value of unrelated type 'Unrelated'}}
92 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/CXX/class.access/class.access.dcl/
H A Dp1.cpp287 struct Unrelated { struct in namespace:test4
314 Unrelated::foo; // expected-error {{not a base class}}
/external/clang/test/Analysis/
H A Dinline.cpp364 struct Unrelated {}; struct in namespace:VirtualWithSisterCasts
382 void testUnrelated(Unrelated *b) {
/external/python/cpython2/Lib/test/
H A Dtest_descr.py1217 class Unrelated(object): class in function:.test_slots_descriptor
1219 MyABC.register(Unrelated)
1221 u = Unrelated()
/external/google-breakpad/src/common/
H A Dtest_assembler_unittest.cc329 TEST(IsKnownOffsetFrom, Unrelated) {

Completed in 643 milliseconds