Searched refs:GetNumNonZeroBytesInInit (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1731 /// GetNumNonZeroBytesInInit - Get an approximate count of the number of
1734 static CharUnits GetNumNonZeroBytesInInit(const Expr *E, CodeGenFunction &CGF) { function
1762 GetNumNonZeroBytesInInit(ILE->getInit(ILEElement++), CGF);
1779 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF);
1789 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF);
1819 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF);

Completed in 99 milliseconds