HomeSort by relevance Sort by last modified time
    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