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

  /external/libcxx/test/std/utilities/any/any.nonmembers/
make_any.pass.cpp 106 struct LargeThrows {
107 LargeThrows(int) { throw 42; }
108 LargeThrows(std::initializer_list<int>, int) { throw 42; }
111 static_assert(!IsSmallObject<LargeThrows>::value, "");
144 test_make_any_throws<LargeThrows>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/any/any.nonmembers/
make_any.pass.cpp 106 struct LargeThrows {
107 LargeThrows(int) { throw 42; }
108 LargeThrows(std::initializer_list<int>, int) { throw 42; }
111 static_assert(!IsSmallObject<LargeThrows>::value, "");
144 test_make_any_throws<LargeThrows>();
  /external/libcxx/test/std/utilities/any/any.class/any.modifiers/
emplace.pass.cpp 154 struct LargeThrows {
155 LargeThrows(int) { throw 42; }
156 LargeThrows(std::initializer_list<int>, int) { throw 42; }
159 static_assert(!IsSmallObject<LargeThrows>::value, "");
289 test_emplace_throws<LargeThrows>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/any/any.class/any.modifiers/
emplace.pass.cpp 154 struct LargeThrows {
155 LargeThrows(int) { throw 42; }
156 LargeThrows(std::initializer_list<int>, int) { throw 42; }
159 static_assert(!IsSmallObject<LargeThrows>::value, "");
289 test_emplace_throws<LargeThrows>();

Completed in 221 milliseconds