Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp18157 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody() local
18226 } else if (Packed && NumNegativeBits <= ShortWidth && in ActOnEnumBody()
18227 NumPositiveBits < ShortWidth) { in ActOnEnumBody()
18229 BestWidth = ShortWidth; in ActOnEnumBody()
18255 } else if (Packed && NumPositiveBits <= ShortWidth) { in ActOnEnumBody()
18258 BestWidth = ShortWidth; in ActOnEnumBody()