Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp16688 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody() local
16757 } else if (Packed && NumNegativeBits <= ShortWidth && in ActOnEnumBody()
16758 NumPositiveBits < ShortWidth) { in ActOnEnumBody()
16760 BestWidth = ShortWidth; in ActOnEnumBody()
16786 } else if (Packed && NumPositiveBits <= ShortWidth) { in ActOnEnumBody()
16789 BestWidth = ShortWidth; in ActOnEnumBody()