Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp2124 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local
2129 NumNonZeroBytes += in GetNumNonZeroBytesInInit()
2144 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()
2147 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()
2150 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()
2155 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local
2157 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()
2158 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()
2187 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local
2188 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()