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

  /external/libcxx/test/std/utilities/any/any.nonmembers/
make_any.pass.cpp 100 struct SmallThrows {
101 SmallThrows(int) { throw 42; }
102 SmallThrows(std::initializer_list<int>, int) { throw 42; }
104 static_assert(IsSmallObject<SmallThrows>::value, "");
143 test_make_any_throws<SmallThrows>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/any/any.nonmembers/
make_any.pass.cpp 100 struct SmallThrows {
101 SmallThrows(int) { throw 42; }
102 SmallThrows(std::initializer_list<int>, int) { throw 42; }
104 static_assert(IsSmallObject<SmallThrows>::value, "");
143 test_make_any_throws<SmallThrows>();
  /external/libcxx/test/std/utilities/any/any.class/any.modifiers/
emplace.pass.cpp 148 struct SmallThrows {
149 SmallThrows(int) { throw 42; }
150 SmallThrows(std::initializer_list<int>, int) { throw 42; }
152 static_assert(IsSmallObject<SmallThrows>::value, "");
288 test_emplace_throws<SmallThrows>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/any/any.class/any.modifiers/
emplace.pass.cpp 148 struct SmallThrows {
149 SmallThrows(int) { throw 42; }
150 SmallThrows(std::initializer_list<int>, int) { throw 42; }
152 static_assert(IsSmallObject<SmallThrows>::value, "");
288 test_emplace_throws<SmallThrows>();

Completed in 60 milliseconds