Lines Matching refs:LValue
719 const LValue &destLV, const Expr *init) { in tryEmitARCCopyWeakInit()
739 LValue srcLV = CGF.EmitLValue(srcExpr); in tryEmitARCCopyWeakInit()
768 LValue &lvalue, in drillIntoBlockVariable()
773 void CodeGenFunction::EmitNullabilityCheck(LValue LHS, llvm::Value *RHS, in EmitNullabilityCheck()
795 LValue lvalue, bool capturedByInit) { in EmitScalarInit()
824 LValue tempLV = lvalue; in EmitScalarInit()
1619 LValue Base = MakeAddrLValue(AddrSizePair.first, D.getType(), in EmitAutoVarAlloca()
1912 LValue Dst = MakeAddrLValue(emission.getAllocatedAddress(), type); in EmitAutoVarInit()
2002 LValue lv = MakeAddrLValue(Loc, type); in EmitAutoVarInit()
2009 LValue lv = MakeAddrLValue(Loc, type); in EmitAutoVarInit()
2030 LValue lvalue, bool capturedByInit) { in EmitExprAsInit()
2680 LValue lv = MakeAddrLValue(DeclPtr, Ty); in EmitParmDecl()