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

/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp1319 CharUnits NumNonZeroBytes = CharUnits::Zero(); local
1335 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits(
1338 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF);
1341 return NumNonZeroBytes;
1346 CharUnits NumNonZeroBytes = CharUnits::Zero(); local
1348 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF);
1349 return NumNonZeroBytes;
1378 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF);
1379 if (NumNonZeroBytes*4 > Size)

Completed in 32 milliseconds