Lines Matching refs:LValue
554 LValue DstLV, SrcLV; in visitVolatileTrivial()
563 LValue DstBase = this->CGF->MakeAddrLValue( in visitVolatileTrivial()
567 LValue SrcBase = this->CGF->MakeAddrLValue( in visitVolatileTrivial()
721 LValue SrcLV = CGF->MakeAddrLValue(Addrs[SrcIdx], QT); in visitARCStrong()
784 LValue SrcLV = CGF->MakeAddrLValue(Addrs[SrcIdx], QT); in visitARCStrong()
788 LValue DstLV = CGF->MakeAddrLValue(Addrs[DstIdx], QT); in visitARCStrong()
821 void CodeGenFunction::defaultInitNonTrivialCStructVar(LValue Dst) { in defaultInitNonTrivialCStructVar()
854 void CodeGenFunction::callCStructDefaultConstructor(LValue Dst) { in callCStructDefaultConstructor()
878 void CodeGenFunction::callCStructDestructor(LValue Dst) { in callCStructDestructor()
889 void CodeGenFunction::callCStructCopyConstructor(LValue Dst, LValue Src) { in callCStructCopyConstructor()
901 void CodeGenFunction::callCStructCopyAssignmentOperator(LValue Dst, LValue Src in callCStructCopyAssignmentOperator()
914 void CodeGenFunction::callCStructMoveConstructor(LValue Dst, LValue Src) { in callCStructMoveConstructor()
926 void CodeGenFunction::callCStructMoveAssignmentOperator(LValue Dst, LValue Src in callCStructMoveAssignmentOperator()