Searched refs:SmallThrows (Results 1 – 2 of 2) sorted by relevance
101 struct SmallThrows { struct102 SmallThrows(int) { throw 42; } in SmallThrows() argument103 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() function105 static_assert(IsSmallObject<SmallThrows>::value, "");144 test_make_any_throws<SmallThrows>(); in main()
149 struct SmallThrows { struct150 SmallThrows(int) { throw 42; } in SmallThrows() argument151 SmallThrows(std::initializer_list<int>, int) { throw 42; } in SmallThrows() function153 static_assert(IsSmallObject<SmallThrows>::value, "");289 test_emplace_throws<SmallThrows>(); in main()