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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp1299 /// GetNumNonZeroBytesInInit - Get an approximate count of the number of
1302 static CharUnits GetNumNonZeroBytesInInit(const Expr *E, CodeGenFunction &CGF) { function
1339 NumNonZeroBytes += GetNumNonZeroBytesInInit(E, CGF);
1349 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF);
1379 CharUnits NumNonZeroBytes = GetNumNonZeroBytesInInit(E, CGF);

Completed in 37 milliseconds