Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitStoreThroughLValue

346   CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start);
363 CGF.EmitStoreThroughLValue(RValue::get(ArrayEnd), EndOrLength);
366 CGF.EmitStoreThroughLValue(RValue::get(Size), EndOrLength);
1048 return CGF.EmitStoreThroughLValue(RV, LV);
1066 CGF.EmitStoreThroughLValue(RValue::get(CGF.EmitScalarExpr(E)), LV);