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() function309 CopyThrows(CopyThrows const&) {} in CopyThrows() function310 CopyThrows(CopyThrows&&) noexcept {} in CopyThrows() function
154 struct CopyThrows { struct156 CopyThrows(const CopyThrows &) { throw 42; } in CopyThrows() function157 CopyThrows &operator=(const CopyThrows &) { throw 42; } in operator =() argument