Searched defs:LargeThrows (Results 1 – 2 of 2) sorted by relevance
107 struct LargeThrows { struct108 LargeThrows(int) { throw 42; } in LargeThrows() function109 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument112 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument
155 struct LargeThrows { struct156 LargeThrows(int) { throw 42; } in LargeThrows() function157 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument160 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument