Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4920 LValue DestLVal = EmitLValue(TempExpr); in EmitOMPScanDirective() local
4922 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
4934 LValue DestLVal; in EmitOMPScanDirective() local
4937 DestLVal = EmitLValue(RHSs[I]); in EmitOMPScanDirective()
4941 DestLVal = EmitLValue(RHSs[I]); in EmitOMPScanDirective()
4944 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
4979 LValue DestLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective() local
4981 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
5022 LValue DestLVal = EmitLValue(OrigExpr); in EmitOMPScanDirective() local
5023 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
H A DCGClass.cpp2159 LValue DestLVal = MakeAddrLValue(This, DestTy); in EmitCXXConstructorCall() local
2160 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap); in EmitCXXConstructorCall()