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

/external/clang/lib/Sema/
H A DSemaChecking.cpp5354 unsigned OtherWidth = OtherRange.Width; local
5391 if (OtherWidth >= Value.getMinSignedBits())
5394 if (OtherWidth >= Value.getActiveBits() + 1)
5401 if (Value.isNonNegative() && OtherWidth >= Value.getActiveBits())
5404 if (OtherWidth >= Value.getActiveBits())
5410 if (OtherWidth >= Value.getActiveBits())
5416 if (OtherWidth > Value.getActiveBits())
5422 Value.isNegative() && Value.getMinSignedBits() <= OtherWidth)

Completed in 93 milliseconds