Home
last modified time | relevance | path

Searched defs:DestLV (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp408 LValue DestLV = CGF.MakeAddrLValue(dest.getAddress(), type); EmitCopy() local
438 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); VisitCXXStdInitializerListExpr() local
1114 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); VisitBinCmp() local
1661 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), ExprToVisit->getType()); VisitCXXParenListOrInitListExpr() local
1900 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); VisitDesignatedInitUpdateExpr() local
[all...]
H A DCGExprComplex.cpp562 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); EmitCast() local
H A DCGExprScalar.cpp2251 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); VisitCastExpr() local
2372 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); VisitCastExpr() local
H A DCGClass.cpp979 LValue DestLV = CGF.MakeAddrLValue(ThisPtr, RecordTy); in emitMemcpy() local