Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp19574 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody() local
19646 } else if (Packed && NumNegativeBits <= ShortWidth && in ActOnEnumBody()
19647 NumPositiveBits < ShortWidth) { in ActOnEnumBody()
19649 BestWidth = ShortWidth; in ActOnEnumBody()
19675 } else if (Packed && NumPositiveBits <= ShortWidth) { in ActOnEnumBody()
19678 BestWidth = ShortWidth; in ActOnEnumBody()