Home
last modified time | relevance | path

Searched refs:ConstCopy (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CXX/special/class.copy/
Dp8-cxx11.cpp12 struct ConstCopy { struct
13 ConstCopy(const ConstCopy &);
33 struct A : ConstCopy {};
34 struct B : NonConstCopy { ConstCopy a; };
35 struct C : ConstCopy { NonConstCopy a; };
Dp18-cxx11.cpp12 struct ConstCopy { struct
13 ConstCopy &operator=(const ConstCopy &);
42 struct A : ConstCopy {};
43 struct B : NonConstCopy { ConstCopy a; };
44 struct C : ConstCopy { NonConstCopy a; };
Dp9.cpp3 struct ConstCopy { struct
4 ConstCopy();
5 ConstCopy(const ConstCopy&);
Dp20.cpp3 struct ConstCopy { struct
4 ConstCopy();
5 ConstCopy &operator=(const ConstCopy&);