Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/any/any.nonmembers/
Dmake_any.pass.cpp99 struct LargeThrows { struct
100 LargeThrows(int) { throw 42; } in LargeThrows() function
101 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() function
104 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
Demplace.pass.cpp129 struct LargeThrows { struct
130 LargeThrows(int) { throw 42; } in LargeThrows() function
131 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument
134 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument