Searched refs:Opaque0 (Results 1 – 4 of 4) 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()
31 struct Opaque0 {}; struct37 Opaque0 hiding;71 Opaque0 _ = hiding; in test5()114 Opaque0 _ = hiding; in test5()125 Opaque0 hiding; // expected-note {{target of using declaration}}161 Opaque0 _ = hiding; in test5()179 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}}
34 struct Opaque0 {}; struct40 Opaque0 hiding;74 Opaque0 _ = hiding; in test5()117 Opaque0 _ = hiding; in test5()128 Opaque0 hiding;164 Opaque0 _ = hiding; in test5()