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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp1320 CharUnits NumNonZeroBytes = CharUnits::Zero(); local
1336 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits(
1339 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF);
1342 return NumNonZeroBytes;
1347 CharUnits NumNonZeroBytes = CharUnits::Zero(); local
1349 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF);
1350 return NumNonZeroBytes;
1379 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF);
1380 if (NumNonZeroBytes*4 > Size)

Completed in 103 milliseconds