Searched refs:AggSlot (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp198 AggValueSlot AggSlot) {
205 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot);
211 AggValueSlot AggSlot) {
233 EmitAggExpr(cast<Expr>(LastStmt), AggSlot); local
197 EmitCompoundStmt(const CompoundStmt &S, bool GetLast, AggValueSlot AggSlot) argument
209 EmitCompoundStmtWithoutScope(const CompoundStmt &S, bool GetLast, AggValueSlot AggSlot) argument
H A DCGClass.cpp413 AggValueSlot AggSlot = local
419 CGF.EmitAggExpr(BaseInit->getInit(), AggSlot);
1780 AggValueSlot AggSlot = local
1786 EmitAggExpr(Ctor->init_begin()[0]->getInit(), AggSlot);
H A DCGExpr.cpp112 /// If this is an aggregate expression, AggSlot indicates where the
134 AggValueSlot AggSlot = AggValueSlot::ignored(); local
137 AggSlot = CreateAggTemp(E->getType(), "agg.tmp");
138 return EmitAnyExpr(E, AggSlot);

Completed in 93 milliseconds