HomeSort by relevance Sort by last modified time
    Searched refs:LargeThrows (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/utilities/any/any.nonmembers/
make_any.pass.cpp 99 struct LargeThrows {
100 LargeThrows(int) { throw 42; }
101 LargeThrows(std::initializer_list<int>, int) { throw 42; }
104 static_assert(!IsSmallObject<LargeThrows>::value, "");
137 test_make_any_throws<LargeThrows>();
  /external/libcxx/test/std/utilities/any/any.class/any.modifiers/
emplace.pass.cpp 129 struct LargeThrows {
130 LargeThrows(int) { throw 42; }
131 LargeThrows(std::initializer_list<int>, int) { throw 42; }
134 static_assert(!IsSmallObject<LargeThrows>::value, "");
260 test_emplace_throws<LargeThrows>();

Completed in 329 milliseconds