Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RValue

193 RValue CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast,
205 RValue RV;
207 RV = RValue::get(0);
728 void CodeGenFunction::EmitReturnOfRValue(RValue RV, QualType Ty) {
768 RValue Result = EmitReferenceBindingToExpr(RV, /*InitializedDecl=*/0);
1671 EmitStoreThroughLValue(RValue::get(Tmp), ResultRegDests[i]);