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

References

tools/clang/lib/CodeGen/CGExprAgg.cpp
 1750   if (isSimpleZero(E, CGF)) return CharUnits::Zero();
 1757   if (!ILE || !CGF.getTypes().isZeroInitializable(ILE->getType()))
 1758     return CGF.getContext().getTypeSizeInChars(E->getType());
 1772               GetNumNonZeroBytesInInit(ILE->getInit(ILEElement++), CGF);
 1786           NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits(
 1787               CGF.getTarget().getPointerWidth(0));
 1789           NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF);
 1799     NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF);