Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3569 LValue DestLVal = CGF.EmitLValue(OrigExpr); in emitScanBasedDirectiveFinals() local
3571 CGF.EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(CGF), in emitScanBasedDirectiveFinals()
5383 LValue DestLVal = EmitLValue(TempExpr); in EmitOMPScanDirective() local
5397 LValue DestLVal; in EmitOMPScanDirective() local
5400 DestLVal = EmitLValue(RHSs[I]); in EmitOMPScanDirective()
5404 DestLVal = EmitLValue(RHSs[I]); in EmitOMPScanDirective()
5407 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
5442 LValue DestLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective() local
5444 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
5485 LValue DestLVal = EmitLValue(OrigExpr); in EmitOMPScanDirective() local
[all …]
H A DCGClass.cpp2185 LValue DestLVal = MakeAddrLValue(This, DestTy); in EmitCXXConstructorCall() local
2186 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap); in EmitCXXConstructorCall()