Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp4881 unsigned OtherWidth = OtherRange.Width; in DiagnoseOutOfRangeComparison() local
4888 if (OtherWidth >= Value.getMinSignedBits()) in DiagnoseOutOfRangeComparison()
4891 if (OtherWidth >= Value.getActiveBits() + 1) in DiagnoseOutOfRangeComparison()
4898 if (Value.isNonNegative() && OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()
4901 if (OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()
4907 if (OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()
4911 if (OtherWidth > Value.getActiveBits()) in DiagnoseOutOfRangeComparison()
4916 Value.isNegative() && Value.getMinSignedBits() <= OtherWidth) in DiagnoseOutOfRangeComparison()