Home
last modified time | relevance | path

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

/third_party/boost/libs/exception/test/
Dhelper2.cpp28 derives_boost_exception_virtually::
29 derives_boost_exception_virtually( int x ): in derives_boost_exception_virtually() function in boost::exception_test::derives_boost_exception_virtually
34 derives_boost_exception_virtually::
35 ~derives_boost_exception_virtually() BOOST_NOEXCEPT_OR_NOTHROW in ~derives_boost_exception_virtually()
60 throw_test_exception<derives_boost_exception_virtually>( int x ) in throw_test_exception()
62 boost::throw_exception( derives_boost_exception_virtually(x) ); in throw_test_exception()
Dhelper2.hpp29 derives_boost_exception_virtually: struct
33 explicit derives_boost_exception_virtually( int x );
34 virtual ~derives_boost_exception_virtually() BOOST_NOEXCEPT_OR_NOTHROW;
54 void throw_test_exception<derives_boost_exception_virtually>( int );
Dthrow_exception_test.cpp145 tester<boost::exception_test::derives_boost_exception_virtually>(); in main()