Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDecl.cpp18214 unsigned ShortWidth = Context.getTargetInfo().getShortWidth(); in ActOnEnumBody() local
18283 } else if (Packed && NumNegativeBits <= ShortWidth && in ActOnEnumBody()
18284 NumPositiveBits < ShortWidth) { in ActOnEnumBody()
18286 BestWidth = ShortWidth; in ActOnEnumBody()
18312 } else if (Packed && NumPositiveBits <= ShortWidth) { in ActOnEnumBody()
18315 BestWidth = ShortWidth; in ActOnEnumBody()