Home
last modified time | relevance | path

Searched refs:FooException (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/common/
H A Dcontainer_move_support.h105 struct FooException : std::bad_alloc { struct
107 virtual ~FooException() {} in ~FooException() argument
114 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()
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp1159 REQUIRE_THROWS_AS(p_test(v), move_support_tests::FooException); in test()