Searched defs:LargeThrows (Results 1 – 2 of 2) sorted by relevance
94 struct LargeThrows { struct95 LargeThrows(int) { throw 42; } in LargeThrows() argument96 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument99 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument
145 struct LargeThrows { struct146 LargeThrows(int) { throw 42; } in LargeThrows() function147 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() function150 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument