Searched defs:SmallThrows (Results 1 – 4 of 4) sorted by relevance
101 struct SmallThrows { struct102 SmallThrows(int) { throw 42; } in SmallThrows() function103 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() argument
98 struct SmallThrows { struct99 SmallThrows(int) { throw 42; } in SmallThrows() argument100 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() argument
149 struct SmallThrows { struct150 SmallThrows(int) { throw 42; } in SmallThrows() function151 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() function
146 struct SmallThrows { struct147 SmallThrows(int) { throw 42; } in SmallThrows() function148 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() argument