Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp378 LValue DestLV = CGF.MakeAddrLValue(dest.getAddress(), type); in EmitCopy() local
416 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); in VisitCXXStdInitializerListExpr() local
1069 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); in VisitBinCmp() local
1610 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); in VisitInitListExpr() local
1864 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); in VisitDesignatedInitUpdateExpr() local
H A DCGExprComplex.cpp481 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); in EmitCast() local
H A DCGExprScalar.cpp1986 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); in VisitCastExpr() local
2088 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); in VisitCastExpr() local
2095 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); in VisitCastExpr() local
H A DCGClass.cpp979 LValue DestLV = CGF.MakeAddrLValue(ThisPtr, RecordTy); in emitMemcpy() local