Home
last modified time | relevance | path

Searched refs:MustTreatAsConstexpr (Results 1 - 9 of 9) sorted by relevance

/third_party/gn/src/base/numerics/
H A Dchecked_math.h144 return MustTreatAsConstexpr(state_.value()) || !std::is_signed<T>::value || in operator -()
H A Dclamped_math_impl.h28 return MustTreatAsConstexpr(value) || !ClampedNegFastOp<T>::is_supported in SaturatedNegWrapper()
H A Dchecked_math_impl.h556 return MustTreatAsConstexpr(value_)
H A Dsafe_conversions_impl.h106 constexpr bool MustTreatAsConstexpr(const T v) { in MustTreatAsConstexpr() function
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dchecked_math.h151 if (!MustTreatAsConstexpr(state_.value()) && std::is_signed<T>::value && in operator -()
H A Dclamped_math_impl.h33 return MustTreatAsConstexpr(value) || !ClampedNegFastOp<T>::is_supported in SaturatedNegWrapper()
H A Dchecked_math_impl.h618 return MustTreatAsConstexpr(value_) ? value_ <= std::numeric_limits<T>::max() && in is_valid()
H A Dsafe_conversions_impl.h116 constexpr bool MustTreatAsConstexpr(const T v) in MustTreatAsConstexpr() function
/third_party/node/deps/v8/src/base/
H A Dsafe_conversions_impl.h111 constexpr bool MustTreatAsConstexpr(const T v) { in MustTreatAsConstexpr() function

Completed in 8 milliseconds