Promotion 203 base/numerics/safe_math.h if (IsIntegerArithmeticSafe<Promotion, T, T>::value) \ Promotion 204 base/numerics/safe_math.h return CheckedNumeric<Promotion>( \ Promotion 208 base/numerics/safe_math.h T result = Checked##NAME(static_cast<Promotion>(lhs.ValueUnsafe()), \ Promotion 209 base/numerics/safe_math.h static_cast<Promotion>(rhs.ValueUnsafe()), \ Promotion 211 base/numerics/safe_math.h return CheckedNumeric<Promotion>( \ Promotion 227 base/numerics/safe_math.h if (IsIntegerArithmeticSafe<Promotion, T, Src>::value) \ Promotion 228 base/numerics/safe_math.h return CheckedNumeric<Promotion>( \ Promotion 231 base/numerics/safe_math.h return CheckedNumeric<Promotion>::cast(lhs) \ Promotion 232 base/numerics/safe_math.h OP CheckedNumeric<Promotion>::cast(rhs); \ Promotion 239 base/numerics/safe_math.h if (IsIntegerArithmeticSafe<Promotion, T, Src>::value) \ Promotion 240 base/numerics/safe_math.h return CheckedNumeric<Promotion>(lhs.ValueUnsafe() OP rhs, \ Promotion 242 base/numerics/safe_math.h return CheckedNumeric<Promotion>::cast(lhs) \ Promotion 243 base/numerics/safe_math.h OP CheckedNumeric<Promotion>::cast(rhs); \ Promotion 250 base/numerics/safe_math.h if (IsIntegerArithmeticSafe<Promotion, T, Src>::value) \ Promotion 251 base/numerics/safe_math.h return CheckedNumeric<Promotion>(lhs OP rhs.ValueUnsafe(), \ Promotion 253 base/numerics/safe_math.h return CheckedNumeric<Promotion>::cast(lhs) \ Promotion 254 base/numerics/safe_math.h OP CheckedNumeric<Promotion>::cast(rhs); \ Promotion 460 base/numerics/safe_math_impl.h ArithmeticPromotionCategory Promotion =