Searched refs:MyException (Results 1 – 2 of 2) sorted by relevance
36 class MyException : public std::bad_alloc { class39 virtual ~MyException() throw() {} in ~MyException()79 TBB_TEST_THROW(MyException{}); in MyData()89 TBB_TEST_THROW(MyException{}); in MyData()
864 struct MyException {}; struct873 throw MyException(); in operator ()()887 catch ( MyException ) {} in operator ()()