Searched refs:throw_exception (Results 1 – 8 of 8) sorted by relevance
47 # define BOOST_THROW_EXCEPTION(x) ::boost::throw_exception(x)54 void throw_exception( std::exception const & e ); // user defined60 template<class E> BOOST_ATTRIBUTE_NORETURN inline void throw_exception( E const & e )84 boost::throw_exception( in throw_exception_()
195 boost::throw_exception(e); in rangecheck()326 boost::throw_exception(e); in failed_rangecheck()
66 #define BOOST_LCAST_THROW_BAD_CAST(S, T) throw_exception(bad_lexical_cast())69 throw_exception(bad_lexical_cast(typeid(Source), typeid(Target)))
4 void throw_exception() { in throw_exception() function9 std::set_unexpected(throw_exception); in main()
9 void throw_exception() { in throw_exception() function15 std::set_unexpected(throw_exception); in main()
106 boost::throw_exception( std::bad_alloc() ); in shared_count()143 boost::throw_exception(std::bad_alloc()); in shared_count()175 boost::throw_exception( std::bad_alloc() ); in shared_count()223 boost::throw_exception( std::bad_alloc() ); in shared_count()271 boost::throw_exception( std::bad_alloc() ); in shared_count()293 boost::throw_exception(std::bad_alloc()); in shared_count()509 boost::throw_exception( boost::bad_weak_ptr() ); in shared_count()
169 ::boost::throw_exception(negative_overflow()) ; in operator ()()171 ::boost::throw_exception(positive_overflow()) ; in operator ()()
278 boost::throw_exception(std::bad_cast()); in shared_ptr()