Searched refs:Opaque0 (Results 1 – 8 of 8) sorted by relevance
14 struct Opaque0 {}; struct18 Opaque0 test0(int*);19 Opaque0 test1(const int*);20 Opaque0 test2(int*);21 Opaque0 test3(int*) const;39 Opaque0 a = Derived().test0((int*) 0); in test0()45 Opaque0 b = Derived().test1((const int*) 0); in test1()49 Opaque0 a = ((Derived*) 0)->test2((int*) 0); in test2()55 Opaque0 b = ((const Derived*) 0)->test3((int*) 0); in test3()
33 struct Opaque0 {}; struct39 Opaque0 hiding;73 Opaque0 _ = hiding; in test5()116 Opaque0 _ = hiding; in test5()127 Opaque0 hiding; // expected-note {{target of using declaration}}163 Opaque0 _ = hiding; in test5()181 Opaque0 _ = hiding; // expected-error {{does not refer to a value}} in test7()
3 struct Opaque0 {}; struct9 void foo(Opaque0); // expected-note 2 {{candidate function}}39 void foo(Opaque0); // expected-note 2 {{candidate function}}
32 struct Opaque0 {}; struct38 Opaque0 hiding;72 Opaque0 _ = hiding; in test5()115 Opaque0 _ = hiding; in test5()126 Opaque0 hiding; // expected-note {{target of using declaration}}162 Opaque0 _ = hiding; in test5()180 Opaque0 _ = hiding; // expected-error {{does not refer to a value}} in test7()
59 struct Opaque0 {}; struct65 Opaque0 hiding;127 Opaque0 _ = hiding; in test5()199 Opaque0 _ = hiding; in test5()210 Opaque0 hiding;275 Opaque0 _ = hiding; in test5()