Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RV

726   RValue RV = CGF.EmitCallExpr(E, getReturnValueSlot());
727 EmitMoveFromReturnSlot(E, RV);
731 RValue RV = CGF.EmitObjCMessageExpr(E, getReturnValueSlot());
732 EmitMoveFromReturnSlot(E, RV);
1023 RValue RV = CGF.EmitReferenceBindingToExpr(E);
1024 return CGF.EmitStoreThroughLValue(RV, LV);