Searched refs:BitFieldWidth (Results 1 – 3 of 3) sorted by relevance
521 else if (unsigned BitFieldWidth = BitField->getBitWidthValue(); in getNarrowingKind() local522 BitFieldWidth < FromWidth) { in getNarrowingKind()523 if (CanRepresentAll(FromSigned, BitFieldWidth, ToSigned, ToWidth)) in getNarrowingKind()527 FromWidth = BitFieldWidth; in getNarrowingKind()
56 def BitFieldWidth : DiagGroup<"bitfield-width">;
6612 "be truncated to %2 bit%s2">, InGroup<BitFieldWidth>;