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

/external/clang/lib/Sema/
H A DSemaChecking.cpp4762 unsigned OtherWidth = OtherRange.Width; local
4769 if (OtherWidth >= Value.getMinSignedBits())
4772 if (OtherWidth >= Value.getActiveBits() + 1)
4779 if (Value.isNonNegative() && OtherWidth >= Value.getActiveBits())
4782 if (OtherWidth >= Value.getActiveBits())
4788 if (OtherWidth >= Value.getActiveBits())
4792 if (OtherWidth > Value.getActiveBits())
4797 Value.isNegative() && Value.getMinSignedBits() <= OtherWidth)

Completed in 66 milliseconds