Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp7443 unsigned OtherWidth = OtherRange.Width; in DiagnoseOutOfRangeComparison() local
7480 if (OtherWidth >= Value.getMinSignedBits()) in DiagnoseOutOfRangeComparison()
7483 if (OtherWidth >= Value.getActiveBits() + 1) in DiagnoseOutOfRangeComparison()
7490 if (Value.isNonNegative() && OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()
7493 if (OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()
7499 if (OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()
7505 if (OtherWidth > Value.getActiveBits()) in DiagnoseOutOfRangeComparison()
7511 Value.isNegative() && Value.getMinSignedBits() <= OtherWidth) in DiagnoseOutOfRangeComparison()