Home
last modified time | relevance | path

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

/external/clang/test/CXX/special/class.copy/
Dimplicit-move.cpp106 struct ContainsConst { struct
108 ContainsConst() noexcept; argument
109 ContainsConst & operator =(ContainsConst &); // expected-note {{not viable}}
144 ContainsConst cc; in test_deletion_exclusion()
145 cc = ContainsConst(); // expected-error {{no viable}} in test_deletion_exclusion()