Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3815 LValue DestLVal = CGF.EmitLValue(OrigExpr); in emitScanBasedDirectiveFinals() local
3818 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(), in emitScanBasedDirectiveFinals()
5745 LValue DestLVal = EmitLValue(TempExpr); in EmitOMPScanDirective() local
5747 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(), in EmitOMPScanDirective()
5760 LValue DestLVal; in EmitOMPScanDirective() local
5763 DestLVal = EmitLValue(RHSs[I]); in EmitOMPScanDirective()
5767 DestLVal = EmitLValue(RHSs[I]); in EmitOMPScanDirective()
5771 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(), in EmitOMPScanDirective()
5804 LValue DestLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective() local
5807 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(), in EmitOMPScanDirective()
[all …]
H A DCGClass.cpp2230 LValue DestLVal = MakeAddrLValue(This, DestTy); in EmitCXXConstructorCall() local
2231 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap); in EmitCXXConstructorCall()