Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp778 class Foo_exception : public std::bad_alloc { class
781 virtual ~Foo_exception() throw() {} in ~Foo_exception()
804 throw Foo_exception(); in FooEx()
821 throw Foo_exception(); in operator =()
874 } catch ( Foo_exception & ) { in TestExceptionBody()