Searched refs:BestWidth (Results 1 – 1 of 1) sorted by relevance
19896 unsigned BestWidth; in ActOnEnumBody() local19924 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()19932 BestWidth = CharWidth; in ActOnEnumBody()19936 BestWidth = ShortWidth; in ActOnEnumBody()19939 BestWidth = IntWidth; in ActOnEnumBody()19941 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()19943 if (NumNegativeBits <= BestWidth && NumPositiveBits < BestWidth) { in ActOnEnumBody()19946 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()19948 if (NumNegativeBits > BestWidth || NumPositiveBits >= BestWidth) in ActOnEnumBody()19953 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()[all …]