Home
last modified time | relevance | path

Searched refs:DestLVal (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3627 LValue DestLVal = CGF.EmitLValue(OrigExpr); in emitScanBasedDirectiveFinals() local
3629 CGF.EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(CGF), in emitScanBasedDirectiveFinals()
5447 LValue DestLVal = EmitLValue(TempExpr); in EmitOMPScanDirective() local
5461 LValue DestLVal; in EmitOMPScanDirective() local
5464 DestLVal = EmitLValue(RHSs[I]); in EmitOMPScanDirective()
5468 DestLVal = EmitLValue(RHSs[I]); in EmitOMPScanDirective()
5471 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
5506 LValue DestLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective() local
5508 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
5549 LValue DestLVal = EmitLValue(OrigExpr); in EmitOMPScanDirective() local
[all …]
H A DCGClass.cpp2226 LValue DestLVal = MakeAddrLValue(This, DestTy); in EmitCXXConstructorCall() local
2227 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap); in EmitCXXConstructorCall()