Searched defs:SmallThrows (Results 1 – 2 of 2) sorted by relevance
101 struct SmallThrows { struct102 SmallThrows(int) { throw 42; } in SmallThrows() argument103 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() argument
149 struct SmallThrows { struct150 SmallThrows(int) { throw 42; } in SmallThrows() argument151 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() function