Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1904 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local
1909 NumNonZeroBytes += in GetNumNonZeroBytesInInit()
1924 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()
1927 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()
1930 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()
1935 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local
1937 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()
1938 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()
1967 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local
1968 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()