• Home
  • Raw
  • Download

Lines Matching refs:AlignmentSource

373         return MakeAddrLValue(Object, M->getType(), AlignmentSource::Decl);  in EmitMaterializeTemporaryExpr()
378 AlignmentSource::Decl); in EmitMaterializeTemporaryExpr()
464 AlignmentSource::Decl); in EmitMaterializeTemporaryExpr()
481 return MakeAddrLValue(Object, M->getType(), AlignmentSource::Decl); in EmitMaterializeTemporaryExpr()
821 AlignmentSource *Source) { in EmitPointerWithAlignment()
840 AlignmentSource InnerSource; in EmitPointerWithAlignment()
847 InnerSource != AlignmentSource::Decl) { in EmitPointerWithAlignment()
1265 AlignmentSource AlignSource, in EmitLoadOfScalar()
1376 AlignmentSource AlignSource, in EmitStoreOfScalar()
1955 return CGF.MakeAddrLValue(Addr, T, AlignmentSource::Decl); in EmitThreadPrivateVarDeclLValue()
1960 AlignmentSource *Source) { in EmitLoadOfReference()
1969 AlignmentSource Source; in EmitLoadOfReferenceLValue()
1976 AlignmentSource *Source) { in EmitLoadOfPointer()
1984 AlignmentSource Source; in EmitLoadOfPointerLValue()
2012 LV = CGF.MakeAddrLValue(Addr, T, AlignmentSource::Decl); in EmitGlobalVarDeclLValue()
2034 return CGF.MakeAddrLValue(V, E->getType(), Alignment, AlignmentSource::Decl); in EmitFunctionDeclLValue()
2100 return MakeAddrLValue(Address(Val, Alignment), T, AlignmentSource::Decl); in EmitDeclRefLValue()
2120 CapLVal.getType(), AlignmentSource::Decl); in EmitDeclRefLValue()
2125 return MakeAddrLValue(addr, T, AlignmentSource::Decl); in EmitDeclRefLValue()
2139 return MakeAddrLValue(Aliasee, T, AlignmentSource::Decl); in EmitDeclRefLValue()
2185 LV = MakeAddrLValue(addr, T, AlignmentSource::Decl); in EmitDeclRefLValue()
2224 AlignmentSource AlignSource; in EmitUnaryOpLValue()
2276 E->getType(), AlignmentSource::Decl); in EmitStringLiteralLValue()
2281 E->getType(), AlignmentSource::Decl); in EmitObjCEncodeExprLValue()
2295 return MakeAddrLValue(C, E->getType(), AlignmentSource::Decl); in EmitPredefinedLValue()
2298 return MakeAddrLValue(C, E->getType(), AlignmentSource::Decl); in EmitPredefinedLValue()
2764 AlignmentSource *AlignSource) { in EmitArrayToPointerDecay()
2907 AlignmentSource AlignSource; in EmitArraySubscriptExpr()
3000 AlignmentSource &AlignSource, in emitOMPArraySectionBase()
3134 AlignmentSource AlignSource; in EmitOMPArraySectionExpr()
3194 AlignmentSource AlignSource; in EmitExtVectorElementExpr()
3214 AlignmentSource::Decl); in EmitExtVectorElementExpr()
3248 AlignmentSource AlignSource; in EmitMemberExpr()
3312 AlignmentSource fieldAlignSource = in EmitLValueForField()
3443 return MakeAddrLValue(GlobalPtr, E->getType(), AlignmentSource::Decl); in EmitCompoundLiteralLValue()
3451 LValue Result = MakeAddrLValue(DeclPtr, E->getType(), AlignmentSource::Decl); in EmitCompoundLiteralLValue()
3547 AlignmentSource alignSource = in EmitConditionalOperatorLValue()
3864 AlignmentSource::Decl); in EmitCallExprLValue()
3884 AlignmentSource::Decl); in EmitCXXConstructLValue()
3899 AlignmentSource::Decl); in EmitCXXUuidofLValue()
3909 AlignmentSource::Decl); in EmitCXXBindTemporaryLValue()
3917 AlignmentSource::Decl); in EmitLambdaLValue()
3925 AlignmentSource::Decl); in EmitObjCMessageExprLValue()
3937 return MakeAddrLValue(V, E->getType(), AlignmentSource::Decl); in EmitObjCSelectorLValue()
3981 AlignmentSource::Decl); in EmitStmtExprLValue()
4146 AlignmentSource AlignSource; in EmitPointerToDataMemberBinaryExpr()
4159 LValue lvalue = MakeAddrLValue(addr, type, AlignmentSource::Decl); in convertTempToRValue()
4216 AlignmentSource::Decl); in emitPseudoObjectExpr()