OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstCopy
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CXX/special/class.copy/
p18-cxx11.cpp
12
struct
ConstCopy
{
13
ConstCopy
&operator=(const
ConstCopy
&);
42
struct A :
ConstCopy
{};
43
struct B : NonConstCopy {
ConstCopy
a; };
44
struct C :
ConstCopy
{ NonConstCopy a; };
p8-cxx11.cpp
12
struct
ConstCopy
{
13
ConstCopy
(const
ConstCopy
&);
33
struct A :
ConstCopy
{};
34
struct B : NonConstCopy {
ConstCopy
a; };
35
struct C :
ConstCopy
{ NonConstCopy a; };
p20.cpp
3
struct
ConstCopy
{
4
ConstCopy
();
5
ConstCopy
&operator=(const
ConstCopy
&);
p9.cpp
3
struct
ConstCopy
{
4
ConstCopy
();
5
ConstCopy
(const
ConstCopy
&);
Completed in 1024 milliseconds