Searched defs:SmallThrows (Results 1 – 2 of 2) sorted by relevance
93 struct SmallThrows { struct94 SmallThrows(int) { throw 42; } in SmallThrows() function95 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() function
123 struct SmallThrows { struct124 SmallThrows(int) { throw 42; } in SmallThrows() argument125 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() function