Searched defs:CopyThrows (Results 1 – 6 of 6) 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
309 struct CopyThrows { struct310 CopyThrows() {} in CopyThrows() argument311 CopyThrows(CopyThrows const&) {} in CopyThrows() argument312 CopyThrows(CopyThrows&&) noexcept {} in CopyThrows() function
35 struct CopyThrows { struct37 CopyThrows(CopyThrows const&) { throw 42; } in CopyThrows() function
154 struct CopyThrows { struct156 CopyThrows(const CopyThrows &) { throw 42; } in CopyThrows() argument157 CopyThrows &operator=(const CopyThrows &) { throw 42; } in operator =() argument
147 struct CopyThrows { struct149 CopyThrows(const CopyThrows &) { throw 42; } in CopyThrows() argument150 CopyThrows &operator=(const CopyThrows &) { throw 42; } in operator =() argument