Searched refs:negative_overflow (Results 1 – 9 of 9) sorted by relevance
144 class negative_overflow : public bad_numeric_cast class165 throw negative_overflow() ; in operator ()()170 ::boost::throw_exception(negative_overflow()) ; in operator ()()
69 [link numeric_conversion_negative_overflow negative_overflow] and106 using boost::numeric::negative_overflow;113 catch(negative_overflow& e) {124 // This will cause a boost::numeric::negative_overflow exception to be thrown
56 throw negative_overflow() ;87 class negative_overflow : public bad_numeric_cast
339 struct negative_overflow{};347 throw negative_overflow() ;
210 struct negative_overflow{}; struct218 throw negative_overflow() ; in operator ()()324 catch( custom::negative_overflow& ){} \
85 catch ( boost::numeric::negative_overflow const& ) in test_conv_base()
496 throw negative_overflow() ; in test_optimizations()526 throw negative_overflow() ; in test_optimizations()
481 std::string negative_overflow = "-1e1000"; in TEST() local482 const char* begin = negative_overflow.data(); in TEST()483 const char* end = begin + negative_overflow.size(); in TEST()