Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp4498 LValue DestLVal = EmitLValue(TempExpr); in EmitOMPScanDirective() local
4500 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
4512 LValue DestLVal; in EmitOMPScanDirective() local
4515 DestLVal = EmitLValue(RHSs[I]); in EmitOMPScanDirective()
4519 DestLVal = EmitLValue(RHSs[I]); in EmitOMPScanDirective()
4522 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
4557 LValue DestLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective() local
4559 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
4600 LValue DestLVal = EmitLValue(OrigExpr); in EmitOMPScanDirective() local
4601 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
DCGClass.cpp2159 LValue DestLVal = MakeAddrLValue(This, DestTy); in EmitCXXConstructorCall() local
2160 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap); in EmitCXXConstructorCall()