Home
last modified time | relevance | path

Searched refs:negative_overflow (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/numeric/conversion/
Dconverter_policies.hpp144 class negative_overflow : public bad_numeric_cast class
165 throw negative_overflow() ; in operator ()()
170 ::boost::throw_exception(negative_overflow()) ; in operator ()()
/third_party/boost/libs/numeric/conversion/doc/
Dnumeric_cast.qbk69 [link numeric_conversion_negative_overflow negative_overflow] and
106 using boost::numeric::negative_overflow;
113 catch(negative_overflow& e) {
124 // This will cause a boost::numeric::negative_overflow exception to be thrown
Dconverter_policies.qbk56 throw negative_overflow() ;
87 class negative_overflow : public bad_numeric_cast
Drequirements.qbk339 struct negative_overflow{};
347 throw negative_overflow() ;
/third_party/boost/libs/numeric/conversion/test/
Dnumeric_cast_traits_test.cpp210 struct negative_overflow{}; struct
218 throw negative_overflow() ; in operator ()()
324 catch( custom::negative_overflow& ){} \
Dtest_helpers3.cpp85 catch ( boost::numeric::negative_overflow const& ) in test_conv_base()
Dconverter_test.cpp496 throw negative_overflow() ; in test_optimizations()
526 throw negative_overflow() ; in test_optimizations()
/third_party/abseil-cpp/absl/strings/
Dcharconv_test.cc481 std::string negative_overflow = "-1e1000"; in TEST() local
482 const char* begin = negative_overflow.data(); in TEST()
483 const char* end = begin + negative_overflow.size(); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv_test.cc481 std::string negative_overflow = "-1e1000"; in TEST() local
482 const char* begin = negative_overflow.data(); in TEST()
483 const char* end = begin + negative_overflow.size(); in TEST()