Searched defs:ExceptionType (Results 1 – 5 of 5) sorted by relevance
19 void register_exception_translator(Translate translate, boost::type<ExceptionType>* = 0) in register_exception_translator()
213 …translator_holder_base_ptr erase( translator_holder_base_ptr this_, boost::type<ExceptionType>* = … in erase()415 void erase_exception_translator( boost::type<ExceptionType>* = 0 ) in erase_exception_translator()471 …xception_translator( ExceptionTranslator const& tr, const_string tag, boost::type<ExceptionType>* ) in register_exception_translator()
304 # define BOOST_MATH_CHECK_THROW(x, ExceptionType) boost::math::tools::test_check_throw(x, static_c… argument
52 enum ExceptionType { enum
433 int64_t value, const string &prim_name, ExceptionType) { in Check() argument