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

References

tools/clang/lib/Sema/SemaDecl.cpp
17395       NumNegativeBits = std::max(NumNegativeBits,
17395       NumNegativeBits = std::max(NumNegativeBits,
17435   else if (NumNegativeBits) {
17439     if (Packed && NumNegativeBits <= CharWidth && NumPositiveBits < CharWidth) {
17442     } else if (Packed && NumNegativeBits <= ShortWidth &&
17446     } else if (NumNegativeBits <= IntWidth && NumPositiveBits < IntWidth) {
17452       if (NumNegativeBits <= BestWidth && NumPositiveBits < BestWidth) {
17457         if (NumNegativeBits > BestWidth || NumPositiveBits >= BestWidth)
17561                            NumPositiveBits, NumNegativeBits);