Home
last modified time | relevance | path

Searched defs:exception_policy (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/safe_numerics/
Dexception_policies.hpp23 struct exception_policy { struct
24 static constexpr void on_arithmetic_error( in on_arithmetic_error()
30 static constexpr void on_implementation_defined_behavior( in on_implementation_defined_behavior()
36 static constexpr void on_undefined_behavior( in on_undefined_behavior()
42 static constexpr void on_uninitialized_value( in on_uninitialized_value()
Dsafe_base_operations.hpp335 using exception_policy = typename common_exception_policy<T, U>::type; typedef
454 using exception_policy = typename common_exception_policy<T, U>::type; typedef
574 using exception_policy = typename common_exception_policy<T, U>::type; typedef
698 using exception_policy = typename common_exception_policy<T, U>::type; typedef
853 using exception_policy = typename common_exception_policy<T, U>::type; typedef
1014 using exception_policy = typename common_exception_policy<T, U>::type; typedef
1117 using exception_policy = typename common_exception_policy<T, U>::type; typedef
1203 using exception_policy = typename common_exception_policy<T, U>::type; typedef
1332 using exception_policy = typename common_exception_policy<T, U>::type; typedef
1483 using exception_policy = typename common_exception_policy<T, U>::type; typedef
[all …]
/third_party/boost/libs/safe_numerics/example/
Dexample93.cpp35 using exception_policy = boost::safe_numerics::default_exception_policy; typedef