reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDecl.cpp
17422     Packed = true;
17439     if (Packed && NumNegativeBits <= CharWidth && NumPositiveBits < CharWidth) {
17442     } else if (Packed && NumNegativeBits <= ShortWidth &&
17467     if (Packed && NumPositiveBits <= CharWidth) {
17471     } else if (Packed && NumPositiveBits <= ShortWidth) {