OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Opaque0
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p13.cpp
13
struct
Opaque0
{};
17
Opaque0
test0(int*);
18
Opaque0
test1(const int*);
19
Opaque0
test2(int*);
20
Opaque0
test3(int*) const;
38
Opaque0
a = Derived().test0((int*) 0);
44
Opaque0
b = Derived().test1((const int*) 0);
48
Opaque0
a = ((Derived*) 0)->test2((int*) 0);
54
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 115 milliseconds