OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeletedConstCopy
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/special/class.copy/
p18-cxx11.cpp
20
struct
DeletedConstCopy
{
21
DeletedConstCopy
&operator=(const
DeletedConstCopy
&) = delete;
45
struct D :
DeletedConstCopy
{};
p8-cxx11.cpp
20
struct
DeletedConstCopy
{
21
DeletedConstCopy
(const
DeletedConstCopy
&) = delete;
36
struct D :
DeletedConstCopy
{};
Completed in 177 milliseconds