Lines Matching refs:LValue
1153 LValue Dest = MakeAddrLValue(ReturnValue, Ty);
1154 LValue Src = MakeAddrLValue(RV.getAggregateAddress(), Ty);
1214 // FIXME: Clean this up by using an LValue for ReturnTemp,
2052 LValue InputValue, QualType InputType,
2109 LValue Dest = EmitLValue(InputExpr);
2231 std::vector<LValue> ResultRegDests;
2279 LValue Dest = EmitLValue(OutExpr);
2393 // Make a fake lvalue for the return value slot.
2394 LValue ReturnSlot = MakeAddrLValue(ReturnValue, FnRetTy);
2630 LValue Dest = ResultRegDests[i];
2651 LValue CodeGenFunction::InitCapturedStruct(const CapturedStmt &S) {
2656 LValue SlotLV =
2663 LValue LV = EmitLValueForFieldInitialization(SlotLV, *CurField);
2678 LValue CapStruct = InitCapturedStruct(S);
2693 LValue CapStruct = InitCapturedStruct(S);
2732 LValue Base = MakeNaturalAlignAddrLValue(CapturedStmtInfo->getContextValue(),
2747 LValue ThisLValue = EmitLValueForField(Base, FD);