Searched refs:throw_test_exception (Results 1 – 3 of 3) sorted by relevance
48 void throw_test_exception( int );51 void throw_test_exception<derives_boost_exception>( int );54 void throw_test_exception<derives_boost_exception_virtually>( int );57 void throw_test_exception<derives_std_exception>( int );
59 throw_test_exception<derives_boost_exception>( int x ) in throw_test_exception() function66 throw_test_exception<derives_boost_exception_virtually>( int x ) in throw_test_exception() function73 throw_test_exception<derives_std_exception>( int x ) in throw_test_exception() function
101 throw_fwd( &boost::exception_test::throw_test_exception<T> ); in tester()