Searched defs:MyType1 (Results 1 – 1 of 1) sorted by relevance
10 struct MyType1 { struct12 [[noreturn]] MyType1(MyType1 const&) { throw 1; } in MyType1() function13 MyType1& operator=(MyType1 const&) { throw 3; } in operator =() argument