Home
last modified time | relevance | path

Searched refs:SrcLV (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGClass.cpp1057 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy); in emitMemcpy() local
1058 LValue Src = CGF.EmitLValueForFieldInitialization(SrcLV, FirstField); in emitMemcpy()
DCGStmtOpenMP.cpp155 LValue SrcLV = in GenerateOpenMPCapturedVars() local
159 EmitStoreThroughLValue(RValue::get(CV), SrcLV); in GenerateOpenMPCapturedVars()
DCGCall.cpp3726 LValue SrcLV = MakeAddrLValue(Src, I->Ty); in EmitCall() local
3727 EmitInitStoreOfNonAggregate(*this, RV, SrcLV); in EmitCall()