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

  /external/libcxx/test/std/utilities/any/any.nonmembers/
make_any.pass.cpp 93 struct SmallThrows {
94 SmallThrows(int) { throw 42; }
95 SmallThrows(std::initializer_list<int>, int) { throw 42; }
97 static_assert(IsSmallObject<SmallThrows>::value, "");
136 test_make_any_throws<SmallThrows>();
  /external/libcxx/test/std/utilities/any/any.class/any.modifiers/
emplace.pass.cpp 123 struct SmallThrows {
124 SmallThrows(int) { throw 42; }
125 SmallThrows(std::initializer_list<int>, int) { throw 42; }
127 static_assert(IsSmallObject<SmallThrows>::value, "");
259 test_emplace_throws<SmallThrows>();

Completed in 2582 milliseconds