Home
last modified time | relevance | path

Searched refs:SmallThrows (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/utilities/any/any.nonmembers/
Dmake_any.pass.cpp101 struct SmallThrows { struct
102 SmallThrows(int) { throw 42; } in SmallThrows() function
103 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() argument
105 static_assert(IsSmallObject<SmallThrows>::value, "");
144 test_make_any_throws<SmallThrows>(); in main()
/external/llvm-project/libcxx/test/std/utilities/any/any.nonmembers/
Dmake_any.pass.cpp98 struct SmallThrows { struct
99 SmallThrows(int) { throw 42; } in SmallThrows() function
100 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() function
102 static_assert(IsSmallObject<SmallThrows>::value, "");
141 test_make_any_throws<SmallThrows>(); in main()
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
Demplace.pass.cpp149 struct SmallThrows { struct
150 SmallThrows(int) { throw 42; } in SmallThrows() argument
151 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() argument
153 static_assert(IsSmallObject<SmallThrows>::value, "");
289 test_emplace_throws<SmallThrows>(); in main()
/external/llvm-project/libcxx/test/std/utilities/any/any.class/any.modifiers/
Demplace.pass.cpp146 struct SmallThrows { struct
147 SmallThrows(int) { throw 42; } in SmallThrows() argument
148 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() function
150 static_assert(IsSmallObject<SmallThrows>::value, "");
286 test_emplace_throws<SmallThrows>(); in main()