Searched refs:throwing_obj (Results 1 – 1 of 1) sorted by relevance
1920 struct throwing_obj { struct1921 throwing_obj() { in throwing_obj() argument1925 throwing_obj(const throwing_obj&) = default;1926 ~throwing_obj() { FAIL("An destructor was called."); } in ~throwing_obj() argument1933 return throwing_obj{}; in __anon1d1198c31e02()