Searched defs:CopyThrows (Results 1 – 9 of 9) sorted by relevance
27 struct CopyThrows { struct29 CopyThrows(CopyThrows const&) { throw 42; } in CopyThrows() function30 CopyThrows& operator=(CopyThrows const&) { throw 42; } in operator =() argument
307 struct CopyThrows { struct308 CopyThrows() {} in CopyThrows() function309 CopyThrows(CopyThrows const&) {} in CopyThrows() argument310 CopyThrows(CopyThrows&&) noexcept {} in CopyThrows() function
312 struct CopyThrows { struct313 CopyThrows() {} in CopyThrows() argument314 CopyThrows(CopyThrows const&) {} in CopyThrows() function315 CopyThrows(CopyThrows&&) noexcept {} in CopyThrows() function
25 struct CopyThrows { struct27 CopyThrows(CopyThrows const&) { throw 42; } in CopyThrows() function
154 struct CopyThrows { struct156 CopyThrows(const CopyThrows &) { throw 42; } in CopyThrows() function157 CopyThrows &operator=(const CopyThrows &) { throw 42; } in operator =() argument
160 struct CopyThrows { struct162 CopyThrows(const CopyThrows&) { throw 42; } in CopyThrows() function163 CopyThrows& operator=(const CopyThrows&) { throw 42; } in operator =() argument
160 struct CopyThrows { struct162 CopyThrows(const CopyThrows&) { throw 42; } in CopyThrows() argument163 CopyThrows& operator=(const CopyThrows&) { throw 42; } in operator =() argument