Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp4499 LValue SrcLVal = EmitLValue(LHSs[I]); in EmitOMPScanDirective() local
4501 SrcLVal.getAddress(*this), in EmitOMPScanDirective()
4513 LValue SrcLVal; in EmitOMPScanDirective() local
4516 SrcLVal = EmitLValue(LHSs[I]); in EmitOMPScanDirective()
4520 SrcLVal = EmitLValue(TempExpr); in EmitOMPScanDirective()
4523 SrcLVal.getAddress(*this), in EmitOMPScanDirective()
4558 LValue SrcLVal = EmitLValue(OrigExpr); in EmitOMPScanDirective() local
4560 SrcLVal.getAddress(*this), in EmitOMPScanDirective()
4599 LValue SrcLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective() local
4602 SrcLVal.getAddress(*this), in EmitOMPScanDirective()
DCGClass.cpp2157 LValue SrcLVal = MakeAddrLValue(Src, SrcTy); in EmitCXXConstructorCall() local
2160 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap); in EmitCXXConstructorCall()