Searched refs:SrcLVal (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 3674 LValue SrcLVal = CGF.EmitLValue(CopyArrayElem); in emitScanBasedDirectiveFinals() local 3676 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(), in emitScanBasedDirectiveFinals() 5539 LValue SrcLVal = EmitLValue(LHSs[I]); in EmitOMPScanDirective() local 5541 SrcLVal.getAddress(), in EmitOMPScanDirective() 5553 LValue SrcLVal; in EmitOMPScanDirective() local 5556 SrcLVal = EmitLValue(LHSs[I]); in EmitOMPScanDirective() 5560 SrcLVal = EmitLValue(TempExpr); in EmitOMPScanDirective() 5563 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(), in EmitOMPScanDirective() 5597 LValue SrcLVal = EmitLValue(OrigExpr); in EmitOMPScanDirective() local 5599 PrivateExpr->getType(), DestLVal.getAddress(), SrcLVal.getAddress(), in EmitOMPScanDirective() [all …]
|
H A D | CGClass.cpp | 2223 LValue SrcLVal = MakeAddrLValue(Src, SrcTy); in EmitCXXConstructorCall() local 2226 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap); in EmitCXXConstructorCall()
|