Searched defs:CopyThrows (Results 1 – 6 of 6) 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() function310 CopyThrows(CopyThrows&&) noexcept {} in CopyThrows() argument
312 struct CopyThrows { struct313 CopyThrows() {} in CopyThrows() argument314 CopyThrows(CopyThrows const&) {} in CopyThrows() function315 CopyThrows(CopyThrows&&) noexcept {} in CopyThrows() function
37 struct CopyThrows { struct39 CopyThrows(CopyThrows const&) { throw 42; } in CopyThrows() function
142 struct CopyThrows { struct144 CopyThrows(const CopyThrows &) { throw 42; } in CopyThrows() function145 CopyThrows &operator=(const CopyThrows &) { throw 42; } in operator =() argument
154 struct CopyThrows { struct156 CopyThrows(const CopyThrows &) { throw 42; } in CopyThrows() function157 CopyThrows &operator=(const CopyThrows &) { throw 42; } in operator =() argument