Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp36 class MyException : public std::bad_alloc { class
39 virtual ~MyException() throw() {} in ~MyException()
79 TBB_TEST_THROW(MyException{}); in MyData()
89 TBB_TEST_THROW(MyException{}); in MyData()
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp864 struct MyException {}; struct
873 throw MyException(); in operator ()()
887 catch ( MyException ) {} in operator ()()