Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
5481 LValue DestLVal = EmitLValue(TempExpr); in EmitOMPScanDirective() local
5495 LValue DestLVal; in EmitOMPScanDirective() local
5498 DestLVal = EmitLValue(RHSs[I]); in EmitOMPScanDirective()
5502 DestLVal = EmitLValue(RHSs[I]); in EmitOMPScanDirective()
5505 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
5540 LValue DestLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective() local
5542 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
5583 LValue DestLVal = EmitLValue(OrigExpr); in EmitOMPScanDirective() local
[all …]
H A DCGClass.cpp2216 LValue DestLVal = MakeAddrLValue(This, DestTy); in EmitCXXConstructorCall() local
2217 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap); in EmitCXXConstructorCall()