Searched defs:CopyThrows (Results 1 – 3 of 3) sorted by relevance
27 struct CopyThrows { struct29 CopyThrows(CopyThrows const&) { throw 42; } in CopyThrows() argument30 CopyThrows& operator=(CopyThrows const&) { throw 42; } in operator =() argument
307 struct CopyThrows { struct308 CopyThrows() {} in CopyThrows() argument309 CopyThrows(CopyThrows const&) {} in CopyThrows() argument310 CopyThrows(CopyThrows&&) noexcept {} in CopyThrows() argument
105 struct CopyThrows { struct107 CopyThrows(const CopyThrows &) { throw 42; } in CopyThrows() argument108 CopyThrows &operator=(const CopyThrows &) { throw 42; } in operator =() argument