Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AggValueSlot

1593   AggValueSlot CreateAggTemp(QualType T, const Twine &Name = "tmp") {
1595 return AggValueSlot::forAddr(CreateMemTemp(T, Name), Alignment,
1597 AggValueSlot::IsNotDestructed,
1598 AggValueSlot::DoesNotNeedGCBarriers,
1599 AggValueSlot::IsNotAliased);
1619 AggValueSlot AggSlot = AggValueSlot::ignored(),
1944 AggValueSlot AVS = AggValueSlot::ignored());
2141 AggValueSlot slot = AggValueSlot::ignored());
2362 void EmitAggExpr(const Expr *E, AggValueSlot AS, bool IgnoreResult = false);
2444 void EmitCXXConstructExpr(const CXXConstructExpr *E, AggValueSlot Dest);
2457 void EmitLambdaExpr(const LambdaExpr *E, AggValueSlot Dest);