Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h156 AlignmentSource getAlignmentSource() const { return AlignSource; } in getAlignmentSource() function
160 setAlignmentSource(Info.getAlignmentSource()); in mergeForCast()
H A DCGExpr.cpp1112 if (InnerBaseInfo.getAlignmentSource() != AlignmentSource::Decl) { in EmitPointerWithAlignment()
4322 LValueBaseInfo FieldBaseInfo(BaseInfo.getAlignmentSource()); in EmitLValueForField()
4332 AlignmentSource BaseAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForField()
4463 AlignmentSource FieldAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForFieldInitialization()
4595 std::max(lhs->getBaseInfo().getAlignmentSource(), in EmitConditionalOperatorLValue()
4596 rhs->getBaseInfo().getAlignmentSource()); in EmitConditionalOperatorLValue()
H A DCGExprCXX.cpp1594 if (BaseInfo.getAlignmentSource() != AlignmentSource::Decl) in EmitCXXNewExpr()