Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp1692 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local
1697 NumNonZeroBytes += in GetNumNonZeroBytesInInit()
1712 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()
1715 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()
1718 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()
1723 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local
1725 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()
1726 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()
1755 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local
1756 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()