Home
last modified time | relevance | path

Searched refs:alignSource (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGValue.h373 AlignmentSource alignSource,
382 R.Initialize(type, qs, address.getAlignment(), alignSource, TBAAInfo);
387 QualType type, AlignmentSource alignSource) { in MakeVectorElt() argument
393 alignSource); in MakeVectorElt()
398 QualType type, AlignmentSource alignSource) { in MakeExtVectorElt() argument
404 alignSource); in MakeExtVectorElt()
417 AlignmentSource alignSource) { in MakeBitfield() argument
422 R.Initialize(type, type.getQualifiers(), Addr.getAlignment(), alignSource); in MakeBitfield()
DCGExprCXX.cpp1344 AlignmentSource alignSource; in EmitCXXNewExpr() local
1345 allocation = EmitPointerWithAlignment(arg, &alignSource); in EmitCXXNewExpr()
1350 if (alignSource != AlignmentSource::Decl) { in EmitCXXNewExpr()
DCGClass.cpp132 AlignmentSource *alignSource) { in EmitCXXMemberDataPointerAddress() argument
139 CharUnits memberAlign = getNaturalTypeAlignment(memberType, alignSource); in EmitCXXMemberDataPointerAddress()
DCGExpr.cpp3547 AlignmentSource alignSource = in EmitConditionalOperatorLValue() local
3549 return MakeAddrLValue(result, expr->getType(), alignSource); in EmitConditionalOperatorLValue()