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

/external/clang/lib/CodeGen/
H A DCGClass.cpp415 AggValueSlot AggSlot = local
421 CGF.EmitAggExpr(BaseInit->getInit(), AggSlot);
1800 AggValueSlot AggSlot = local
1806 EmitAggExpr(Ctor->init_begin()[0]->getInit(), AggSlot);
H A DCGStmt.cpp229 AggValueSlot AggSlot) {
236 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot);
242 AggValueSlot AggSlot) {
264 EmitAggExpr(cast<Expr>(LastStmt), AggSlot); local
228 EmitCompoundStmt(const CompoundStmt &S, bool GetLast, AggValueSlot AggSlot) argument
240 EmitCompoundStmtWithoutScope(const CompoundStmt &S, bool GetLast, AggValueSlot AggSlot) argument
H A DCGExpr.cpp114 /// If this is an aggregate expression, AggSlot indicates where the
136 AggValueSlot AggSlot = AggValueSlot::ignored(); local
139 AggSlot = CreateAggTemp(E->getType(), "agg.tmp");
140 return EmitAnyExpr(E, AggSlot);

Completed in 86 milliseconds