Searched refs:DestLVal (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 3673 LValue DestLVal = CGF.EmitLValue(OrigExpr); in emitScanBasedDirectiveFinals() local 3676 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(), in emitScanBasedDirectiveFinals() 5538 LValue DestLVal = EmitLValue(TempExpr); in EmitOMPScanDirective() local 5540 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(), in EmitOMPScanDirective() 5552 LValue DestLVal; in EmitOMPScanDirective() local 5555 DestLVal = EmitLValue(RHSs[I]); in EmitOMPScanDirective() 5559 DestLVal = EmitLValue(RHSs[I]); in EmitOMPScanDirective() 5563 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(), in EmitOMPScanDirective() 5596 LValue DestLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective() local 5599 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(), in EmitOMPScanDirective() [all …]
|
H A D | CGClass.cpp | 2225 LValue DestLVal = MakeAddrLValue(This, DestTy); in EmitCXXConstructorCall() local 2226 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap); in EmitCXXConstructorCall()
|