Searched refs:DestLV (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp344 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); local
345 LValue Start = CGF.EmitLValueForFieldInitialization(DestLV, *Field);
359 LValue EndOrLength = CGF.EmitLValueForFieldInitialization(DestLV, *Field);
1142 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); local
1197 LValue FieldLoc = CGF.EmitLValueForFieldInitialization(DestLV, Field);
1234 LValue LV = CGF.EmitLValueForFieldInitialization(DestLV, field);
1289 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); local
1290 EmitInitializationToLValue(E->getBase(), DestLV);
H A DCGClass.cpp1053 LValue DestLV = CGF.MakeAddrLValue(ThisPtr, RecordTy); local
1054 LValue Dest = CGF.EmitLValueForFieldInitialization(DestLV, FirstField);

Completed in 36 milliseconds