Searched defs:unchecked (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/multiprecision/cpp_int/ |
D | checked.hpp | 65 inline BOOST_MP_CXX14_CONSTEXPR A checked_add(A a, A b, const mpl::int_<unchecked>&) in checked_add() 98 inline BOOST_MP_CXX14_CONSTEXPR A checked_subtract(A a, A b, const mpl::int_<unchecked>&) in checked_subtract() 112 inline BOOST_MP_CXX14_CONSTEXPR A checked_multiply(A a, A b, const mpl::int_<unchecked>&) in checked_multiply() 125 inline BOOST_MP_CXX14_CONSTEXPR A checked_divide(A a, A b, const mpl::int_<unchecked>&) in checked_divide() 141 …XX14_CONSTEXPR A checked_left_shift(A a, boost::ulong_long_type shift, const mpl::int_<unchecked>&) in checked_left_shift()
|
D | cpp_int_config.hpp | 152 unchecked = 0 enumerator
|
D | misc.hpp | 43 …_MP_CXX14_CONSTEXPR void check_in_range(const CppInt& /*val*/, const mpl::int_<unchecked>&) BOOST_… in check_in_range() 586 inline BOOST_MP_CXX14_CONSTEXPR void conversion_overflow(const mpl::int_<unchecked>&) {} in conversion_overflow()
|
D | bitwise.hpp | 30 …_int_backend<MinBits2, MaxBits2, SignType2, Checked2, Allocator2>&, const mpl::int_<unchecked>&) {} in is_valid_bitwise_op() 46 …_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>&, const mpl::int_<unchecked>&) {} in is_valid_bitwise_op()
|
/third_party/boost/boost/metaparse/v1/ |
D | accept_when.hpp | 26 struct unchecked struct 29 struct apply :
|
D | one_char.hpp | 47 struct unchecked : struct
|
/third_party/boost/boost/outcome/ |
D | result.hpp | 45 template <class R, class S = boost::system::error_code> using unchecked = result<R, S, policy::all_… typedef
|
/third_party/boost/boost/python/ |
D | override.hpp | 78 T unchecked(type<T>* = 0) in unchecked() function in boost::python::detail::method_result
|
/third_party/boost/boost/multi_index/detail/ |
D | safe_mode.hpp | 284 bool unchecked()const{return unchecked_;} in unchecked() function in boost::multi_index::detail::safe_iterator_base
|
/third_party/boost/boost/multiprecision/ |
D | cpp_int.hpp | 160 … void verify_new_size(unsigned /*new_size*/, unsigned /*min_size*/, const mpl::int_<unchecked>&) {} in verify_new_size() 170 …CONSTEXPR void verify_limb_mask(bool /*b*/, U /*limb*/, U /*mask*/, const mpl::int_<unchecked>&) {} in verify_limb_mask()
|
/third_party/node/tools/ |
D | lint-md.mjs | 57845 [remarkLintCheckboxCharacterStyle$1, { checked: "x", unchecked: " " }], property
|