HomeSort by relevance Sort by last modified time
    Searched refs:Opaque0 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p13.cpp 14 struct Opaque0 {};
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);
45 Opaque0 b = Derived().test1((const int*) 0);
49 Opaque0 a = ((Derived*) 0)->test2((int*) 0);
55 Opaque0 b = ((const Derived*) 0)->test3((int*) 0);
p8.cpp 3 struct Opaque0 {};
9 void foo(Opaque0); // expected-note 2 {{candidate function}}
39 void foo(Opaque0); // expected-note 2 {{candidate function}}
p4.cpp 31 struct Opaque0 {};
37 Opaque0 hiding;
71 Opaque0 _ = hiding;
114 Opaque0 _ = hiding;
125 Opaque0 hiding; // expected-note {{target of using declaration}}
161 Opaque0 _ = hiding;
179 Opaque0 _ = hiding; // expected-error {{does not refer to a value}}
  /external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp 34 struct Opaque0 {};
40 Opaque0 hiding;
74 Opaque0 _ = hiding;
117 Opaque0 _ = hiding;
128 Opaque0 hiding;
164 Opaque0 _ = hiding;

Completed in 164 milliseconds