Home
last modified time | relevance | path

Searched refs:Opaque0 (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp13.cpp14 struct Opaque0 {}; struct
18 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()
Dp4.cpp33 struct Opaque0 {}; struct
39 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()
Dp8.cpp3 struct Opaque0 {}; struct
9 void foo(Opaque0); // expected-note 2 {{candidate function}}
39 void foo(Opaque0); // expected-note 2 {{candidate function}}
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp13.cpp14 struct Opaque0 {}; struct
18 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()
Dp4.cpp32 struct Opaque0 {}; struct
38 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()
Dp8.cpp3 struct Opaque0 {}; struct
9 void foo(Opaque0); // expected-note 2 {{candidate function}}
39 void foo(Opaque0); // expected-note 2 {{candidate function}}
/external/clang/test/CXX/class.access/class.access.dcl/
Dp1.cpp59 struct Opaque0 {}; struct
65 Opaque0 hiding;
127 Opaque0 _ = hiding; in test5()
199 Opaque0 _ = hiding; in test5()
210 Opaque0 hiding;
275 Opaque0 _ = hiding; in test5()
/external/llvm-project/clang/test/CXX/class.access/class.access.dcl/
Dp1.cpp59 struct Opaque0 {}; struct
65 Opaque0 hiding;
127 Opaque0 _ = hiding; in test5()
199 Opaque0 _ = hiding; in test5()
210 Opaque0 hiding;
275 Opaque0 _ = hiding; in test5()