Home | History | Annotate | Download | only in Sema

Lines Matching full:unsignedrange

4932     IntRange unsignedRange = GetExprRange(S.Context, unsignedOperand);
4936 assert(unsignedRange.NonNegative && "unsigned range includes negative?");
4938 if (unsignedRange.Width < comparisonWidth)