Home
last modified time | relevance | path

Searched defs:LargeThrows (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/utilities/any/any.nonmembers/
H A Dmake_any.pass.cpp94 struct LargeThrows { struct
95 LargeThrows(int) { throw 42; } in LargeThrows() argument
96 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument
99 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument
/llvm-project/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Demplace.pass.cpp145 struct LargeThrows { struct
146 LargeThrows(int) { throw 42; } in LargeThrows() function
147 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() function
150 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument