Searched defs:ThrowsCtorT (Results 1 – 3 of 3) sorted by relevance
42 struct ThrowsCtorT { struct43 ThrowsCtorT(int) noexcept(false) {} in ThrowsCtorT() argument44 ThrowsCtorT &operator=(int) noexcept { return *this; } in operator =()62 struct ThrowsCtorT { struct63 int value;64 ThrowsCtorT() : value(0) {} in ThrowsCtorT() argument65 ThrowsCtorT(int) noexcept(false) { throw 42; } in ThrowsCtorT() argument66 ThrowsCtorT &operator=(int v) noexcept { in operator =()
34 struct ThrowsCtorT { struct35 ThrowsCtorT(int) noexcept(false) {} in ThrowsCtorT() argument36 ThrowsCtorT& operator=(int) noexcept { return *this; } in operator =()54 struct ThrowsCtorT { struct55 int value;56 ThrowsCtorT() : value(0) {} in ThrowsCtorT() argument57 ThrowsCtorT(int) noexcept(false) { throw 42; } in ThrowsCtorT() function58 ThrowsCtorT& operator=(int v) noexcept { in operator =()
34 struct ThrowsCtorT { struct35 ThrowsCtorT(int) noexcept(false) {} in ThrowsCtorT() argument36 ThrowsCtorT& operator=(int) noexcept { return *this; } in operator =()54 struct ThrowsCtorT { struct55 int value;56 ThrowsCtorT() : value(0) {} in ThrowsCtorT() function57 ThrowsCtorT(int) noexcept(false) { throw 42; } in ThrowsCtorT() argument58 ThrowsCtorT& operator=(int v) noexcept { in operator =()