Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp1352 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local
1357 NumNonZeroBytes += in GetNumNonZeroBytesInInit()
1372 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()
1375 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()
1378 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()
1383 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local
1385 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()
1386 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()
1415 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local
1416 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()
/external/llvm-project/clang/lib/CodeGen/
DCGExprAgg.cpp1896 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local
1901 NumNonZeroBytes += in GetNumNonZeroBytesInInit()
1916 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits( in GetNumNonZeroBytesInInit()
1919 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF); in GetNumNonZeroBytesInInit()
1922 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()
1927 CharUnits NumNonZeroBytes = CharUnits::Zero(); in GetNumNonZeroBytesInInit() local
1929 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()
1930 return NumNonZeroBytes; in GetNumNonZeroBytesInInit()
1959 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF); in CheckAggExprForMemSetUse() local
1960 if (NumNonZeroBytes*4 > Size) in CheckAggExprForMemSetUse()