Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp521 else if (unsigned BitFieldWidth = BitField->getBitWidthValue(); in getNarrowingKind() local
522 BitFieldWidth < FromWidth) { in getNarrowingKind()
523 if (CanRepresentAll(FromSigned, BitFieldWidth, ToSigned, ToWidth)) in getNarrowingKind()
527 FromWidth = BitFieldWidth; in getNarrowingKind()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td56 def BitFieldWidth : DiagGroup<"bitfield-width">;
H A DDiagnosticSemaKinds.td6612 "be truncated to %2 bit%s2">, InGroup<BitFieldWidth>;