Searched refs:signed_val (Results 1 – 2 of 2) sorted by relevance
24 int64_t signed_val = static_cast<int64_t>(pValue); in helper_check_signed_overflow() local27 if (signed_val > max || signed_val < min) in helper_check_signed_overflow()
266 int32_t signed_val = static_cast<int32_t>(pValue); in helper_check_signed_overflow() local269 if (signed_val > max || signed_val < min) { in helper_check_signed_overflow()