Searched defs:super_throws (Results 1 – 2 of 2) sorted by relevance
24 struct super_throws { struct25 super_throws() throw(int) { throw 42; } in super_throws() function
677 struct super_throws { struct 678 super_throws() noexcept(false) { throw 42; } in super_throws() argument