Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitAggExpr

545   CGF.EmitAggExpr(E->getInitializer(), Slot);
581 llvm_unreachable("cannot perform hierarchy conversion in EmitAggExpr: "
711 CGF.EmitAggExpr(E->getRHS(), LHSSlot, false);
857 CGF.EmitAggExpr(E, AggValueSlot::forLValue(LV,
1163 /// EmitAggExpr - Emit the computation of the specified expression of aggregate
1170 void CodeGenFunction::EmitAggExpr(const Expr *E, AggValueSlot Slot,
1187 EmitAggExpr(E, AggValueSlot::forLValue(LV, AggValueSlot::IsNotDestructed,