Searched defs:DestLV (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 378 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 D | CGExprComplex.cpp | 481 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); in EmitCast() local
|
H A D | CGExprScalar.cpp | 1986 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 D | CGClass.cpp | 979 LValue DestLV = CGF.MakeAddrLValue(ThisPtr, RecordTy); in emitMemcpy() local
|