Searched refs:FooException (Results 1 – 2 of 2) sorted by relevance
105 struct FooException : std::bad_alloc { struct107 virtual ~FooException() {} in ~FooException() argument114 TBB_TEST_THROW(FooException{}); in FooLimit()790 …HROW_EXCEPTION(container_type dst(std::move(fixture.source), fixture.dst_allocator), FooException); in test_ex_move_ctor_unequal_allocator_element_ctor_failure()
1159 REQUIRE_THROWS_AS(p_test(v), move_support_tests::FooException); in test()