Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h160 AlignmentSource getAlignmentSource() const { return AlignSource; } in getAlignmentSource() function
164 setAlignmentSource(Info.getAlignmentSource()); in mergeForCast()
H A DCGExpr.cpp1301 if (InnerBaseInfo.getAlignmentSource() != AlignmentSource::Decl) { in EmitPointerWithAlignment()
4796 LValueBaseInfo FieldBaseInfo(BaseInfo.getAlignmentSource()); in EmitLValueForField()
4806 AlignmentSource BaseAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForField()
4934 AlignmentSource FieldAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForFieldInitialization()
5114 std::max(Info.LHS->getBaseInfo().getAlignmentSource(), in EmitConditionalOperatorLValue()
5115 Info.RHS->getBaseInfo().getAlignmentSource()); in EmitConditionalOperatorLValue()
H A DCGExprCXX.cpp1621 if (BaseInfo.getAlignmentSource() != AlignmentSource::Decl) in EmitCXXNewExpr()