Searched refs:SrcLVal (Results 1 – 2 of 2) sorted by relevance
4499 LValue SrcLVal = EmitLValue(LHSs[I]); in EmitOMPScanDirective() local4501 SrcLVal.getAddress(*this), in EmitOMPScanDirective()4513 LValue SrcLVal; in EmitOMPScanDirective() local4516 SrcLVal = EmitLValue(LHSs[I]); in EmitOMPScanDirective()4520 SrcLVal = EmitLValue(TempExpr); in EmitOMPScanDirective()4523 SrcLVal.getAddress(*this), in EmitOMPScanDirective()4558 LValue SrcLVal = EmitLValue(OrigExpr); in EmitOMPScanDirective() local4560 SrcLVal.getAddress(*this), in EmitOMPScanDirective()4599 LValue SrcLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective() local4602 SrcLVal.getAddress(*this), in EmitOMPScanDirective()
2157 LValue SrcLVal = MakeAddrLValue(Src, SrcTy); in EmitCXXConstructorCall() local2160 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap); in EmitCXXConstructorCall()