Home
last modified time | relevance | path

Searched refs:throw_exception (Results 1 – 8 of 8) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dthrow_exception.hpp47 # define BOOST_THROW_EXCEPTION(x) ::boost::throw_exception(x)
54 void throw_exception( std::exception const & e ); // user defined
60 template<class E> BOOST_ATTRIBUTE_NORETURN inline void throw_exception( E const & e )
84 boost::throw_exception( in throw_exception_()
Darray.hpp195 boost::throw_exception(e); in rangecheck()
326 boost::throw_exception(e); in failed_rangecheck()
Dlexical_cast.hpp66 #define BOOST_LCAST_THROW_BAD_CAST(S, T) throw_exception(bad_lexical_cast())
69 throw_exception(bad_lexical_cast(typeid(Source), typeid(Target)))
/ndk/sources/cxx-stl/gabi++/tests/
Dunexpected_01.cpp4 void throw_exception() { in throw_exception() function
9 std::set_unexpected(throw_exception); in main()
Dunexpected_02.cpp9 void throw_exception() { in throw_exception() function
15 std::set_unexpected(throw_exception); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dshared_count.hpp106 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()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dconverter_policies.hpp169 ::boost::throw_exception(negative_overflow()) ; in operator ()()
171 ::boost::throw_exception(positive_overflow()) ; in operator ()()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
Dshared_ptr.hpp278 boost::throw_exception(std::bad_cast()); in shared_ptr()