Lines Matching defs:NumNonZeroBytes
1931 CharUnits NumNonZeroBytes = CharUnits::Zero();
1936 NumNonZeroBytes +=
1951 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits(
1954 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF);
1957 return NumNonZeroBytes;
1962 CharUnits NumNonZeroBytes = CharUnits::Zero();
1964 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF);
1965 return NumNonZeroBytes;
1994 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF);
1995 if (NumNonZeroBytes*4 > Size)