Home
last modified time | relevance | path

Searched defs:MyType1 (Results 1 – 1 of 1) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DToStringVariant.tests.cpp10 struct MyType1 { struct
12 [[noreturn]] MyType1(MyType1 const&) { throw 1; } in MyType1() function
13 MyType1& operator=(MyType1 const&) { throw 3; } in operator =() argument