Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGValue.h160 AlignmentSource getAlignmentSource() const { return AlignSource; } in getAlignmentSource() function
164 setAlignmentSource(Info.getAlignmentSource()); in mergeForCast()
H A DCGExpr.cpp1080 if (InnerBaseInfo.getAlignmentSource() != AlignmentSource::Decl) { in EmitPointerWithAlignment()
4389 LValueBaseInfo FieldBaseInfo(BaseInfo.getAlignmentSource()); in EmitLValueForField()
4399 AlignmentSource BaseAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForField()
4529 AlignmentSource FieldAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForFieldInitialization()
4709 std::max(Info.LHS->getBaseInfo().getAlignmentSource(), in EmitConditionalOperatorLValue()
4710 Info.RHS->getBaseInfo().getAlignmentSource()); in EmitConditionalOperatorLValue()
H A DCGExprCXX.cpp1595 if (BaseInfo.getAlignmentSource() != AlignmentSource::Decl) in EmitCXXNewExpr()