Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprAgg.cpp1944 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local
1949 NumNonZeroBytes += in GetNumNonZeroBytesInInit()
1964 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()
1967 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()
1970 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()
1975 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local
1977 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()
1978 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()
2007 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local
2008 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()