Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp49 if (CGM.shouldZeroInitPadding()) { in getPadding()
730 const bool ZeroInitPadding = CGM.shouldZeroInitPadding(); in Build()
884 const bool ZeroInitPadding = CGM.shouldZeroInitPadding(); in Build()
H A DCodeGenModule.h1767 bool shouldZeroInitPadding() const { in shouldZeroInitPadding() function
H A DCGExprAgg.cpp1849 CGF.CGM.shouldZeroInitPadding() && !Dest.isZeroed(); in VisitCXXParenListOrInitListExpr()