Home
last modified time | relevance | path

Searched refs:OtherRange (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp4880 IntRange OtherRange = IntRange::forValueOfType(S.Context, OtherT); in DiagnoseOutOfRangeComparison() local
4881 unsigned OtherWidth = OtherRange.Width; in DiagnoseOutOfRangeComparison()
4885 if (!OtherRange.NonNegative) { in DiagnoseOutOfRangeComparison()
4906 if (OtherRange.NonNegative) { in DiagnoseOutOfRangeComparison()
4909 } else if (!OtherRange.NonNegative && !ConstantSigned) { in DiagnoseOutOfRangeComparison()