Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp1898 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local
1903 NumNonZeroBytes += in GetNumNonZeroBytesInInit()
1918 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()
1921 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()
1924 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()
1929 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local
1931 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()
1932 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()
1961 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local
1962 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()