Searched defs:LargeThrows (Results 1 – 4 of 4) 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
94 struct LargeThrows { struct95 LargeThrows(int) { throw 42; } in LargeThrows() function96 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument99 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument
155 struct LargeThrows { struct156 LargeThrows(int) { throw 42; } in LargeThrows() argument157 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument160 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument
145 struct LargeThrows { struct146 LargeThrows(int) { throw 42; } in LargeThrows() argument147 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument150 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument