Searched defs:SmallThrows (Results 1 – 2 of 2) sorted by relevance
88 struct SmallThrows { struct89 SmallThrows(int) { throw 42; } in SmallThrows() function90 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() function
139 struct SmallThrows { struct140 SmallThrows(int) { throw 42; } in SmallThrows() argument141 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() argument