Searched refs:NumNonZeroBytes (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp1281 CharUnits NumNonZeroBytes = CharUnits::Zero(); local
1297 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits(
1300 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF);
1303 return NumNonZeroBytes;
1308 CharUnits NumNonZeroBytes = CharUnits::Zero(); local
1310 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF);
1311 return NumNonZeroBytes;
1341 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF);
1342 if (NumNonZeroBytes*4 > TypeInfo.first)

Completed in 61 milliseconds