Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/any/any.nonmembers/
Dmake_any.pass.cpp107 struct LargeThrows { struct
108 LargeThrows(int) { throw 42; } in LargeThrows() function
109 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() function
112 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument
145 test_make_any_throws<LargeThrows>(); in main()
/external/llvm-project/libcxx/test/std/utilities/any/any.nonmembers/
Dmake_any.pass.cpp104 struct LargeThrows { struct
105 LargeThrows(int) { throw 42; } in LargeThrows() argument
106 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument
109 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument
142 test_make_any_throws<LargeThrows>(); in main()
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
Demplace.pass.cpp155 struct LargeThrows { struct
156 LargeThrows(int) { throw 42; } in LargeThrows() argument
157 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() argument
160 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument
290 test_emplace_throws<LargeThrows>(); in main()
/external/llvm-project/libcxx/test/std/utilities/any/any.class/any.modifiers/
Demplace.pass.cpp152 struct LargeThrows { struct
153 LargeThrows(int) { throw 42; } in LargeThrows() function
154 LargeThrows(std::initializer_list<int>, int) { throw 42; } in LargeThrows() function
157 static_assert(!IsSmallObject<LargeThrows>::value, ""); argument
287 test_emplace_throws<LargeThrows>(); in main()