Lines Matching refs:negative
3910 // Unsigned types can not be negative. Suggest to drop the absolute value
4890 /// True if the int is known not to have negative values.
5057 // Otherwise, we take the smaller width, and we're non-negative if
5399 // Negative values are out of range.
5418 // Check to see if the constant is equivalent to a negative value
5624 // If the signed range is non-negative, -Wsign-compare won't fire,
5639 // non-negative.
5640 assert(unsignedRange.NonNegative && "unsigned range includes negative?");